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