public class Pkcs10CertificationRequestDelaySigned : Pkcs10CertificationRequest
Public Class Pkcs10CertificationRequestDelaySigned
Inherits Pkcs10CertificationRequest
public ref class Pkcs10CertificationRequestDelaySigned : public Pkcs10CertificationRequest
Org.BouncyCastle.Pkcs.Pkcs10CertificationRequestDelaySigned = function();
Type.createClass(
'Org.BouncyCastle.Pkcs.Pkcs10CertificationRequestDelaySigned',
Org.BouncyCastle.Pkcs.Pkcs10CertificationRequest);
Pkcs10CertificationRequestDelaySigned | Initializes a new instance of the Pkcs10CertificationRequestDelaySigned class |
Pkcs10CertificationRequestDelaySigned(Asn1Sequence) | Initializes a new instance of the Pkcs10CertificationRequestDelaySigned class |
Pkcs10CertificationRequestDelaySigned(Byte) | Initializes a new instance of the Pkcs10CertificationRequestDelaySigned class |
Pkcs10CertificationRequestDelaySigned(Stream) | Initializes a new instance of the Pkcs10CertificationRequestDelaySigned class |
Pkcs10CertificationRequestDelaySigned(String, X509Name, AsymmetricKeyParameter, Asn1Set) | Instantiate a Pkcs10CertificationRequest object with the necessary credentials. |
Pkcs10CertificationRequestDelaySigned(String, X509Name, AsymmetricKeyParameter, Asn1Set, AsymmetricKeyParameter) | Initializes a new instance of the Pkcs10CertificationRequestDelaySigned class |
Signature | (Inherited from CertificationRequest) |
SignatureAlgorithm | (Inherited from CertificationRequest) |
EncodeTo(Stream) | (Inherited from Asn1Encodable) |
EncodeTo(Stream, String) | (Inherited from Asn1Encodable) |
Equals | (Inherited from Asn1Encodable) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetCertificationRequestInfo | (Inherited from CertificationRequest) |
GetDataToSign | |
GetDerEncoded | (Inherited from Asn1Encodable) |
GetEncoded | (Inherited from Asn1Encodable) |
GetEncoded(String) | (Inherited from Asn1Encodable) |
GetHashCode | (Inherited from Asn1Encodable) |
GetPublicKey |
Get the public key.
(Inherited from Pkcs10CertificationRequest) |
GetRequestedExtensions |
Returns X509Extensions if the Extensions Request attribute can be found and returns the extensions block.
(Inherited from Pkcs10CertificationRequest) |
GetSignatureOctets | (Inherited from CertificationRequest) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
SignRequest(Byte) | |
SignRequest(DerBitString) | |
ToAsn1Object | (Inherited from CertificationRequest) |
ToString | Returns a string that represents the current object. (Inherited from Object) |
Verify |
Verify Pkcs10 Cert Request is valid.
(Inherited from Pkcs10CertificationRequest) |
Verify(AsymmetricKeyParameter) | (Inherited from Pkcs10CertificationRequest) |
Verify(IVerifierFactory) | (Inherited from Pkcs10CertificationRequest) |
Verify(IVerifierFactoryProvider) | (Inherited from Pkcs10CertificationRequest) |
reqInfo | (Inherited from CertificationRequest) |
sigAlgId | (Inherited from CertificationRequest) |
sigBits | (Inherited from CertificationRequest) |