Uses of Enum Class
org.forgerock.secrets.keys.KeyType
Packages that use KeyType
Package
Description
Provides the Common Secrets API for accessing secrets of various kinds.
Contains cryptographic key related API objects.
-
Uses of KeyType in org.forgerock.openig.secrets
Methods in org.forgerock.openig.secrets with parameters of type KeyTypeModifier and TypeMethodDescriptionstatic SecretConstraint<CryptoKey>
SecretsUtils.allowedKeyType
(KeyType expected) Enforce that aCryptoKey
satisfies the given key type constraint. -
Uses of KeyType in org.forgerock.secrets.keys
Methods in org.forgerock.secrets.keys that return KeyTypeModifier and TypeMethodDescriptionstatic KeyType
KeyType.forCipherConstant
(int cipherKeyType) CryptoKey.getKeyType()
Returns an indication of the type of key this is.static KeyType
Returns the type of the given key, ornull
if the input is null or not recognised.static KeyType
Returns the enum constant of this class with the specified name.static KeyType[]
KeyType.values()
Returns an array containing the constants of this enum class, in the order they are declared.