The X509V1CertificateGenerator type exposes the following members.

Constructors

  NameDescription
Public methodX509V1CertificateGenerator
Default Constructor.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGenerate(AsymmetricKeyParameter)
Generate a new X509Certificate.
Public methodGenerate(AsymmetricKeyParameter, SecureRandom)
Generate a new X509Certificate specifying a SecureRandom instance that you would like to use.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReset
Reset the generator.
Public methodSetIssuerDN
Set the issuer distinguished name. The issuer is the entity whose private key is used to sign the certificate.
Public methodSetNotAfter
Set the date after which this certificate will no longer be valid.
Public methodSetNotBefore
Set the date that this certificate is to be valid from.
Public methodSetPublicKey
Set the public key that this certificate identifies.
Public methodSetSerialNumber
Set the certificate's serial number.
Public methodSetSignatureAlgorithm
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.
Public methodSetSubjectDN
Set the subject distinguished name. The subject describes the entity associated with the public key.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertySignatureAlgNames
Allows enumeration of the signature names supported by the generator.

See Also