Uses of Interface
org.forgerock.secrets.SecretDecoder
-
Packages that use SecretDecoder Package Description org.forgerock.secrets Provides a unified API for accessing secrets of various kinds.org.forgerock.secrets.propertyresolver Provides aSecretStore
implementation that loads secrets from a Common ConfigurationPropertyResolver
and then decodes it with aSecretPropertyFormat
. -
-
Uses of SecretDecoder in org.forgerock.secrets
Fields in org.forgerock.secrets declared as SecretDecoder Modifier and Type Field Description static SecretDecoder
SecretDecoder. RAW
A decoder that populates the raw data of the secret. -
Uses of SecretDecoder in org.forgerock.secrets.propertyresolver
Subinterfaces of SecretDecoder in org.forgerock.secrets.propertyresolver Modifier and Type Interface Description interface
SecretPropertyFormat
Defines the format of secrets loaded from configuration properties.Classes in org.forgerock.secrets.propertyresolver that implement SecretDecoder Modifier and Type Class Description class
JwkPropertyFormat
Decodes a JSON Web Key (JWK) as a secret.class
PemPropertyFormat
Supports decoding keys and certificates in PEM format.class
PropertyFormatBase64
Decodes secrets in raw base64 format.class
SecretKeyPropertyFormat
Wraps a property format that decodes raw bytes and converts it into a property format for extracting secret keys using some algorithm.
-