Package | Description |
---|---|
org.forgerock.openam.secrets.config |
Classes and interfaces to create configurable secret store backends.
|
org.forgerock.secrets.propertyresolver |
Provides a
SecretStore implementation that loads secrets from a Common Configuration
PropertyResolver and then decodes it with a
SecretPropertyFormat . |
Modifier and Type | Class and Description |
---|---|
class |
PropertyFormat
Supported property formats for file-based and system/environment variable properties.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Constructor and Description |
---|
PropertyResolverSecretStore(PropertyResolver propertyResolver,
SecretPropertyFormat propertyFormat)
Initialises the property resolver secret store.
|
SecretKeyPropertyFormat(SecretPropertyFormat genericFormat,
String keyAlgorithm)
Initialises the format with the given raw generic secret format and the given key algorithm.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.