Uses of Class
org.forgerock.secrets.keys.KeyType
-
Packages that use KeyType Package Description org.forgerock.secrets.keys Contains cryptographic key related API objects. -
-
Uses of KeyType in org.forgerock.secrets.keys
Methods in org.forgerock.secrets.keys that return KeyType Modifier and Type Method Description KeyType
CryptoKey. getKeyType()
Returns an indication of the type of key this is.static KeyType
KeyType. ofKey(Key key)
Returns the type of the given key, ornull
if the input is null or not recognised.static KeyType
KeyType. valueOf(String name)
Returns the enum constant of this type with the specified name.static KeyType[]
KeyType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-