public class X509V1CertificateGenerator
Public Class X509V1CertificateGenerator
public ref class X509V1CertificateGenerator
Org.BouncyCastle.X509.X509V1CertificateGenerator = function();
Type.createClass(
'Org.BouncyCastle.X509.X509V1CertificateGenerator');
X509V1CertificateGenerator | Default Constructor. |
SignatureAlgNames | Allows enumeration of the signature names supported by the generator. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows 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. |
GetHashCode | Serves as the default hash function. (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. |
SetSubjectDN | Set the subject distinguished name. The subject describes the entity associated with the public key. |
ToString | Returns a string that represents the current object. (Inherited from Object) |