public class Pkcs10CertificationRequest : CertificationRequest
Public Class Pkcs10CertificationRequest
Inherits CertificationRequest
public ref class Pkcs10CertificationRequest : public CertificationRequest
Org.BouncyCastle.Pkcs.Pkcs10CertificationRequest = function();
Type.createClass(
'Org.BouncyCastle.Pkcs.Pkcs10CertificationRequest',
Org.BouncyCastle.Asn1.Pkcs.CertificationRequest);
Pkcs10CertificationRequest | Initializes 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. |
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) |
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) |
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 | Returns a string that represents the current object. (Inherited from Object) |
Verify | Verify Pkcs10 Cert Request is valid. |
Verify(AsymmetricKeyParameter) | |
Verify(IVerifierFactory) | |
Verify(IVerifierFactoryProvider) |
reqInfo | (Inherited from CertificationRequest) |
sigAlgId | (Inherited from CertificationRequest) |
sigBits | (Inherited from CertificationRequest) |