Package org.forgerock.secrets.keys


package org.forgerock.secrets.keys
Contains cryptographic key related API objects. See org.forgerock.secrets for an overview.
  • Class
    Description
    A key used for verifying certificate signatures.
    Base class for all secrets that are used as keys for cryptographic operations.
    A key that is used for decrypting confidential data.
    A key that is used for encrypting confidential data.
    Marker interface for all key types that can be used for decryption.
    Marker interface for all key types that can be used for encryption.
    A key that is used in a key-agreement protocol (such as Diffie-Hellman) to agree another key.
    A key that is used to decrypt (or "unwrap") other keys that have been encrypted with a KeyEncryptionKey.
    A key that is used to encrypt ("wrap") other keys.
    A format that can be used for exporting key material.
    Exports a key in the PEM (Privacy Enhanced Mail) format.
    Exports the raw key.
    Indicates the type of key.
    Indicates the allowed usages for a particular key.
    A key that is used for signing digital signatures.
    A key used for verifying digital signatures.