Uses of Class
org.forgerock.security.keystore.KeyStoreType
-
Packages that use KeyStoreType Package Description org.forgerock.security.keystore This package contains classes that load, initialize, and access a managed keystore. -
-
Uses of KeyStoreType in org.forgerock.security.keystore
Methods in org.forgerock.security.keystore that return KeyStoreType Modifier and Type Method 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.Methods in org.forgerock.security.keystore with parameters of type KeyStoreType Modifier and Type Method Description KeyStoreBuilder
KeyStoreBuilder. withKeyStoreType(KeyStoreType type)
Deprecated.Use withKeyStoreType(String) instead.
-