Uses of Class
org.forgerock.opendj.security.X509CertificateBuilder
Package
Description
An LDAP based security provider having the name "OpenDJ" and exposing an LDAP/LDIF based
KeyStore
service.-
Uses of X509CertificateBuilder in org.forgerock.opendj.security
Modifier and TypeMethodDescriptionX509CertificateBuilder.extendedKeyUsage
(boolean isCritical, EnumSet<X509CertificateBuilder.ExtendedKeyUsage> extendedKeyUsages) Adds the extended key usage extension with the provided usages.X509CertificateBuilder.isCa()
Identifies the certificate as a CA certificate by adding the basic constraint extension.Sets the certificate issuer name.X509CertificateBuilder.keyUsage
(boolean isCritical, EnumSet<X509CertificateBuilder.KeyUsage> keyUsages) Adds the key usage extension with the provided usages.Sets the certificate public key.X509CertificateBuilder.serialNumber
(BigInteger serialNumber) Sets the certificate serial number.X509CertificateBuilder.signature
(Signature signatureAlgorithm, String algorithmOid, PrivateKey privateKey) Sets the key and signature algorithm for signing the certificate.X509CertificateBuilder.signature
(Signature signatureAlgorithm, String algorithmOid, PrivateKey privateKey, SecureRandom random) Sets the key and signature algorithm for signing the certificate.X509CertificateBuilder.subjectAlternativeName
(boolean isCritical, Collection<String> dnsNames) Adds the subject alternative name extension with the provided DNS names.Sets the certificate subject name.Sets the certificate validity period.