Uses of Class
org.forgerock.secrets.keys.KeyAgreementKey
-
Packages that use KeyAgreementKey Package Description org.forgerock.secrets Provides a unified API for accessing secrets of various kinds. -
-
Uses of KeyAgreementKey in org.forgerock.secrets
Fields in org.forgerock.secrets with type parameters of type KeyAgreementKey Modifier and Type Field Description static Purpose<KeyAgreementKey>
Purpose. KEY_AGREEMENT
Indicates a key intended for an interactive key agreement protocol, such as Diffie-Hellman (DH) or the elliptic curve equivalent (ECDH).
-