Package | Description |
---|---|
org.forgerock.oauth.resolvers |
This package contains classes to generate Open ID Resolvers, which can
validate a supplied JWS against an Open ID Connect provider.
|
org.forgerock.openam.secrets |
The AM supporting classes for centrally configuring secrets.
|
org.forgerock.secrets |
Provides a unified API for accessing secrets of various kinds.
|
org.forgerock.secrets.jwkset |
Secret store backend for retrieving keys from a local or remote JWK Set.
|
org.forgerock.secrets.keys |
Contains cryptographic key related API objects.
|
org.forgerock.secrets.keystore |
Implementations of
SecretStore for accessing keys stored in Java KeyStores, such as
PKCS#11 Hardware Security Modules (HSMs) and PKCS#12 file-based encrypted key stores. |
Class and Description |
---|
VerificationKey
A key used for verifying digital signatures.
|
Class and Description |
---|
CryptoKey
Base class for all secrets that are used as keys for cryptographic operations.
|
KeyEncryptionKey
A key that is used to encrypt ("wrap") other keys.
|
Class and Description |
---|
DataDecryptionKey
A key that is used for decrypting confidential data.
|
DataEncryptionKey
A key that is used for encrypting confidential data.
|
KeyAgreementKey
A key that is used in a key-agreement protocol (such as Diffie-Hellman) to agree another key.
|
KeyDecryptionKey
A key that is used to decrypt (or "unwrap") other keys that have been encrypted with a
KeyEncryptionKey . |
KeyEncryptionKey
A key that is used to encrypt ("wrap") other keys.
|
KeyUsage
Indicates the allowed usages for a particular key.
|
SigningKey
A key that is used for signing digital signatures.
|
VerificationKey
A key used for verifying digital signatures.
|
Class and Description |
---|
CryptoKey
Base class for all secrets that are used as keys for cryptographic operations.
|
KeyFormat
A format that can be used for exporting key material.
|
Class and Description |
---|
CryptoKey
Base class for all secrets that are used as keys for cryptographic operations.
|
KeyFormat
A format that can be used for exporting key material.
|
KeyFormatPem
Exports a key in the PEM (Privacy Enhanced Mail) format.
|
KeyFormatRaw
Exports the raw key.
|
KeyType
Indicates the type of key.
|
KeyUsage
Indicates the allowed usages for a particular key.
|
Class and Description |
---|
CryptoKey
Base class for all secrets that are used as keys for cryptographic operations.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.