The X509V3CertificateGenerator type exposes the following members.

Constructors

  NameDescription
Public methodX509V3CertificateGenerator
Initializes a new instance of the X509V3CertificateGenerator class

Methods

  NameDescription
Public methodAddExtension(String, Boolean, Asn1Encodable)
Add a given extension field for the standard extensions tag (tag 3).
Public methodAddExtension(String, Boolean, array<Byte>[]()[][])
Add an extension using a string with a dotted decimal OID.
Public methodAddExtension(DerObjectIdentifier, Boolean, Asn1Encodable)
Add an extension to this certificate.
Public methodAddExtension(DerObjectIdentifier, Boolean, array<Byte>[]()[][])
Add an extension to this certificate.
Public methodCopyAndAddExtension(String, Boolean, X509Certificate)
Add a given extension field for the standard extensions tag (tag 3), copying the extension value from another certificate.
Public methodCopyAndAddExtension(DerObjectIdentifier, Boolean, X509Certificate)
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 an X509Certificate.
Public methodGenerate(AsymmetricKeyParameter, SecureRandom)
Generate an X509Certificate using your own SecureRandom.
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 distinguished name of the issuer. The issuer is the entity which is signing the certificate.
Public methodSetIssuerUniqueID
Set the issuer unique ID - note: it is very rare that it is correct to do this.
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.
Public methodSetSubjectDN
Set the DN of the entity that this certificate is about.
Public methodSetSubjectUniqueID
Set the subject unique ID - note: it is very rare that it is correct to do this.
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