Uses of Interface
org.forgerock.secrets.SecretDecoder
Package
Description
Provides the Common Secrets API for accessing secrets of various kinds.
Provides a unified API for accessing secrets of various kinds.
Provides a
SecretStore
implementation that loads secrets from a Common Configuration
PropertyResolver
and then decodes it with a
SecretPropertyFormat
.-
Uses of SecretDecoder in org.forgerock.openig.secrets
-
Uses of SecretDecoder in org.forgerock.secrets
Modifier and TypeFieldDescriptionstatic final SecretDecoder
SecretDecoder.RAW
A decoder that populates the raw data of the secret. -
Uses of SecretDecoder in org.forgerock.secrets.propertyresolver
Modifier and TypeInterfaceDescriptioninterface
Defines the format of secrets loaded from configuration properties.Modifier and TypeClassDescriptionfinal class
Decodes a JSON Web Key (JWK) as a secret.final class
Supports decoding keys and certificates in PEM format.enum
Decodes secrets in raw base64 format.final class
Wraps a property format that decodes raw bytes and converts it into a property format for extracting secret keys using some algorithm.