Package | Description |
---|---|
org.forgerock.openig.secrets |
Provides the Common Secrets API for accessing secrets of various kinds.
|
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 secrets exposed in unsecure context, such as file-based and
system/environment variables.
|
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 2011-2017 ForgeRock AS.