Uses of Interface
org.forgerock.secrets.SecretDecoder
Packages that use SecretDecoder
Package
Description
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.secrets
Fields in org.forgerock.secrets declared as SecretDecoderModifier and TypeFieldDescriptionstatic final SecretDecoderSecretDecoder.RAWA decoder that populates the raw data of the secret. -
Uses of SecretDecoder in org.forgerock.secrets.propertyresolver
Subinterfaces of SecretDecoder in org.forgerock.secrets.propertyresolverModifier and TypeInterfaceDescriptioninterfaceDefines the format of secrets loaded from configuration properties.Classes in org.forgerock.secrets.propertyresolver that implement SecretDecoderModifier and TypeClassDescriptionfinal classDecodes a JSON Web Key (JWK) as a secret.final classSupports decoding keys and certificates in PEM format.enumDecodes secrets in raw base64 format.final classWraps a property format that decodes raw bytes and converts it into a property format for extracting secret keys using some algorithm.