See: Description
Interface | Description |
---|---|
KeyPairProvider |
Key pair provider delivers up key pairs.
|
KeyPairProviderFactory |
Factory delivers up
KeyPairProvider instances for the passed realm. |
Class | Description |
---|---|
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.
|
KeyPairProviderFactoryImpl |
Factory caches key pair providers for a given realm.
|
KeyStoreBuilder |
Builder class for loading keystores.
|
PBKDF2KeyDerivation |
A
ConfigurableKey implementation that derives a secret key from the input password using the PBKDF2 key
deriviation algorithm. |
Enum | Description |
---|---|
KeyStoreType |
Supported KeyStore types.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.