The Pkcs10CertificationRequest type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Pkcs10CertificationRequest(array<Byte>[]()[][]) | |
![]() | Pkcs10CertificationRequest(Stream) | |
![]() | Pkcs10CertificationRequest(Asn1Sequence) | |
![]() | Pkcs10CertificationRequest(String, X509Name, AsymmetricKeyParameter, Asn1Set, AsymmetricKeyParameter) |
Instantiate a Pkcs10CertificationRequest object with the necessary credentials.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Asn1Encodable.) |
![]() | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | GetCertificationRequestInfo | (Inherited from CertificationRequest.) |
![]() | GetDerEncoded | (Inherited from Asn1Encodable.) |
![]() | GetEncoded()()()() | (Inherited from Asn1Encodable.) |
![]() | GetEncoded(String) | (Inherited from Asn1Encodable.) |
![]() | GetHashCode | (Inherited from Asn1Encodable.) |
![]() | GetPublicKey |
Get the public key.
|
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | ToAsn1Object | (Inherited from CertificationRequest.) |
![]() | ToString | (Inherited from Object.) |
![]() | Verify()()()() |
Verify Pkcs10 Cert Request is valid.
|
![]() | Verify(AsymmetricKeyParameter) |
Fields
Name | Description | |
---|---|---|
![]() | reqInfo | (Inherited from CertificationRequest.) |
![]() | sigAlgId | (Inherited from CertificationRequest.) |
![]() | sigBits | (Inherited from CertificationRequest.) |
Properties
Name | Description | |
---|---|---|
![]() | Signature | (Inherited from CertificationRequest.) |
![]() | SignatureAlgorithm | (Inherited from CertificationRequest.) |