X509V1CertificateGenerator
Class to Generate X509V1 Certificates.
Allows enumeration of the signature names supported by the generator.
public X509V1CertificateGenerator()
Default Constructor.
Generate a new X509Certificate using the provided ISignatureFactory.
Reset the generator.
Set the issuer distinguished name.
The issuer is the entity whose private key is used to sign the certificate.
Set the date after which this certificate will no longer be valid.
Set the date that this certificate is to be valid from.
Set the public key that this certificate identifies.
Set the certificate's serial number.
Set the subject distinguished name.
The subject describes the entity associated with the public key.