Uses of Package
org.forgerock.secrets.keys
-
Packages that use org.forgerock.secrets.keys Package Description org.forgerock.secrets Provides a unified API for accessing secrets of various kinds.org.forgerock.secrets.keys Contains cryptographic key related API objects. -
Classes in org.forgerock.secrets.keys used by org.forgerock.secrets Class Description CryptoKey Base class for all secrets that are used as keys for cryptographic operations.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 aKeyEncryptionKey
.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. -
Classes in org.forgerock.secrets.keys used by org.forgerock.secrets.keys Class 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.