X509V1CertificateGenerator Class

Class to Generate X509V1 Certificates.

Definition

Namespace: Org.BouncyCastle.X509
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public class X509V1CertificateGenerator
Inheritance
Object    X509V1CertificateGenerator

Constructors

X509V1CertificateGenerator Default Constructor.

Properties

SignatureAlgNames Allows enumeration of the signature names supported by the generator.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Generate Generate a new X509Certificate using the provided ISignatureFactory.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Reset Reset the generator.
SetIssuerDN Set the issuer distinguished name. The issuer is the entity whose private key is used to sign the certificate.
SetNotAfter Set the date after which this certificate will no longer be valid.
SetNotBefore Set the date that this certificate is to be valid from.
SetPublicKey Set the public key that this certificate identifies.
SetSerialNumber Set the certificate's serial number.
SetSubjectDN Set the subject distinguished name. The subject describes the entity associated with the public key.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also