Uses of Class
org.forgerock.opendj.security.DeploymentKey
-
Packages that use DeploymentKey Package Description org.forgerock.opendj.security An LDAP based security provider having the name "OpenDJ" and exposing an LDAP/LDIF basedKeyStore
service. -
-
Uses of DeploymentKey in org.forgerock.opendj.security
Methods in org.forgerock.opendj.security that return DeploymentKey Modifier and Type Method Description static DeploymentKey
DeploymentKey. generateDeploymentKey(char[] password)
Generates a new deployment key whose root CA certificate will be valid from now for ten years.static DeploymentKey
DeploymentKey. generateDeploymentKey(char[] password, Instant notBefore, Duration validity)
Generates a new deployment key whose root CA certificate will be valid fromnotBefore
for the provided duration rounded down to days.static DeploymentKey
DeploymentKey. valueOf(String deploymentKey, char[] password)
Parses the provided deployment key and creates the associated root CA key-pair.
-