Package | Description |
---|---|
com.iplanet.services.util |
Utilities for service management.
|
org.forgerock.openam.shared.security.crypto |
This package contains security cryptographic utilities for use throughout the OpenAM codebase.
|
Modifier and Type | Class and Description |
---|---|
class |
JCEEncryption
This class provides encryption and decryption facility for the SDK based on
the existence of a JCE provider in the runtime.
|
Modifier and Type | Class and Description |
---|---|
class |
AESWrapEncryption
Encryption using AES KeyWrap deterministic authenticated key-wrapping encryption scheme described in RFC 3394, with PBKDF2-HMAC-SHA1 to derive unique encryption keys
for each encrypted key from the AM encryption password.
|
class |
PBKDF2KeyDerivation
A
ConfigurableKey implementation that derives a secret key from the input password using the PBKDF2 key
deriviation algorithm. |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.