Uses of Class
org.forgerock.secrets.keys.KeyAgreementKey
Packages that use KeyAgreementKey
Package
Description
Provides a unified API for accessing secrets of various kinds.
Contains cryptographic key related API objects.
-
Uses of KeyAgreementKey in org.forgerock.secrets
Fields in org.forgerock.secrets with type parameters of type KeyAgreementKeyModifier and TypeFieldDescriptionstatic final Purpose<KeyAgreementKey> Purpose.KEY_AGREEMENTIndicates a key intended for an interactive key agreement protocol, such as Diffie-Hellman (DH) or the elliptic curve equivalent (ECDH). -
Uses of KeyAgreementKey in org.forgerock.secrets.keys
Classes in org.forgerock.secrets.keys that implement interfaces with type arguments of type KeyAgreementKeyModifier and TypeClassDescriptionclassA key that is used in a key-agreement protocol (such as Diffie-Hellman) to agree another key.classA key that is used in a key-agreement protocol (such as Diffie-Hellman) to agree another key.Methods in org.forgerock.secrets.keys that return KeyAgreementKey