See: Description
Interface | Description |
---|---|
KeyStoreConfigurationManager |
Defines an interface to obtain KeyStoreConfiguration objects.
|
Class | Description |
---|---|
KeyStoreBuilder |
Builder class for loading key stores.
|
KeyStoreConfiguration |
Holds the configuration required for initializing a Keystore.
|
KeyStoreConfigurationManagerImpl |
Implements a
KeyStoreConfigurationManager using JSON serialization. |
KeyStoreManager |
A class that manages a Java Key Store and has methods for extracting out public/private keys and certificates.
|
MapKeyStoreParameters |
Configures a keystore based on a key/value map.
|
Enum | Description |
---|---|
KeyStoreType | Deprecated
Specify the keystore type string directly in preference to this enum, as it is extensible at runtime
|
Exception | Description |
---|---|
KeystoreManagerException |
Represents an exception from an operation using the KeyStoreManager class.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.