Package | Description |
---|---|
org.forgerock.security.keystore |
This package contains classes that load, initialize, and access a managed keystore.
|
Modifier and Type | Method and Description |
---|---|
static KeyStoreType |
KeyStoreType.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static KeyStoreType[] |
KeyStoreType.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
KeyStoreBuilder |
KeyStoreBuilder.withKeyStoreType(KeyStoreType type)
Deprecated.
Use withKeyStoreType(String) instead.
Use of the KeyStoreType enum is deprecated as it restricts the keystore type to those specified in the
enum. Library consumers may want to specify the keystore type at runtime.
|
Copyright 2011-2017 ForgeRock AS.