Uses of Record Class
org.forgerock.opendj.security.DeploymentId.DeploymentKeyPair
Packages that use DeploymentId.DeploymentKeyPair
Package
Description
An LDAP based security provider having the name "OpenDJ" and exposing an LDAP/LDIF based
KeyStore
service.-
Uses of DeploymentId.DeploymentKeyPair in org.forgerock.opendj.security
Methods in org.forgerock.opendj.security that return DeploymentId.DeploymentKeyPairModifier and TypeMethodDescriptionDeploymentId.generateSslKeyPair
(Dn subjectDn, Collection<String> dnsNames) Generates an SSL private key and an SSL certificate signed by the root CA certificate associated with this deployment ID.DeploymentId.generateSslKeyPair
(Dn subjectDn, Collection<String> dnsNames, Instant notBefore, Duration validity) Generates an SSL private key and an SSL certificate signed by the root CA certificate associated with this deployment ID.DeploymentId.generateSslKeyPairForWritableReplica
(Dn subjectDn, Collection<String> dnsNames, Instant notBefore, Duration validity) Generates an SSL private key and an SSL certificate, same asDeploymentId.generateSslKeyPair(Dn, Collection, Instant, Duration)
, but theExtendedKeyUsage
extension has an additional ForgeRock defined usage for recognizing replicas allowed to send updates.DeploymentId.getMasterKeyPair()
Returns the master public/private key-pair associated with this deployment ID.