Pkcs10CertificationRequest Class

Definition

Namespace: Org.BouncyCastle.Pkcs
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public class Pkcs10CertificationRequest : CertificationRequest
Inheritance
Object    Asn1Encodable    CertificationRequest    Pkcs10CertificationRequest
Derived

Remarks

A class for verifying and creating Pkcs10 Certification requests.

Constructors

Pkcs10CertificationRequestInitializes a new instance of the Pkcs10CertificationRequest class
Pkcs10CertificationRequest(Asn1Sequence)Initializes a new instance of the Pkcs10CertificationRequest class
Pkcs10CertificationRequest(Byte)Initializes a new instance of the Pkcs10CertificationRequest class
Pkcs10CertificationRequest(Stream)Initializes a new instance of the Pkcs10CertificationRequest class
Pkcs10CertificationRequest(ISignatureFactory, X509Name, AsymmetricKeyParameter, Asn1Set) Instantiate a Pkcs10CertificationRequest object with the necessary credentials.
Pkcs10CertificationRequest(String, X509Name, AsymmetricKeyParameter, Asn1Set, AsymmetricKeyParameter) Instantiate a Pkcs10CertificationRequest object with the necessary credentials.

Properties

Methods

EncodeTo(Stream)
(Inherited from Asn1Encodable)
EncodeTo(Stream, String)
(Inherited from Asn1Encodable)
Equals
(Inherited from Asn1Encodable)
FinalizeAllows 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)
GetDerEncoded
(Inherited from Asn1Encodable)
GetEncoded
(Inherited from Asn1Encodable)
GetEncoded(String)
(Inherited from Asn1Encodable)
GetHashCode
(Inherited from Asn1Encodable)
GetPublicKey Get the public key.
GetRequestedExtensions Returns X509Extensions if the Extensions Request attribute can be found and returns the extensions block.
GetSignatureOctets
(Inherited from CertificationRequest)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToAsn1Object
(Inherited from CertificationRequest)
ToStringReturns a string that represents the current object.
(Inherited from Object)
Verify Verify Pkcs10 Cert Request is valid.
Verify(AsymmetricKeyParameter) 
Verify(IVerifierFactory) 
Verify(IVerifierFactoryProvider) 

Fields

See Also