Uses of Class
org.forgerock.opendj.security.LocalizedKeyStoreException
-
Packages that use LocalizedKeyStoreException Package Description org.forgerock.opendj.security An LDAP based security provider having the name "OpenDJ" and exposing an LDAP/LDIF basedKeyStore
service. -
-
Uses of LocalizedKeyStoreException in org.forgerock.opendj.security
Methods in org.forgerock.opendj.security that throw LocalizedKeyStoreException Modifier and Type Method Description ByteSequence
ExternalKeyWrappingStrategy. unwrapKey(ByteSequence wrappedKey)
Unwraps the providedwrapped
key.ByteSequence
ExternalKeyWrappingStrategy. wrapKey(ByteSequence unwrappedKey)
Wraps the provided encoded key.
-