The X509V1CertificateGenerator type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| X509V1CertificateGenerator |
Default Constructor.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| 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.) | |
| Generate(AsymmetricKeyParameter) |
Generate a new X509Certificate.
| |
| Generate(AsymmetricKeyParameter, SecureRandom) |
Generate a new X509Certificate specifying a SecureRandom instance that you would like to use.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates 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.
| |
| SetSignatureAlgorithm |
Set the signature algorithm that will be used to sign this certificate.
This can be either a name or an OID, names are treated as case insensitive.
| |
| SetSubjectDN |
Set the subject distinguished name.
The subject describes the entity associated with the public key.
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| SignatureAlgNames |
Allows enumeration of the signature names supported by the generator.
|