public class BcX509v1CertificateBuilder extends X509v1CertificateBuilder
| Constructor and Description |
|---|
BcX509v1CertificateBuilder(X500Name issuer,
java.math.BigInteger serial,
java.util.Date notBefore,
java.util.Date notAfter,
X500Name subject,
AsymmetricKeyParameter publicKey)
Initialise the builder using an AsymmetricKeyParameter.
|
buildpublic BcX509v1CertificateBuilder(X500Name issuer,
java.math.BigInteger serial,
java.util.Date notBefore,
java.util.Date notAfter,
X500Name subject,
AsymmetricKeyParameter publicKey)
throws java.io.IOException
issuer - X500Name representing the issuer of this certificate.serial - the serial number for the certificate.notBefore - date before which the certificate is not valid.notAfter - date after which the certificate is not valid.subject - X500Name representing the subject of this certificate.publicKey - the public key to be associated with the certificate.java.io.IOException