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.org.forgerock.secrets.keys Contains cryptographic key related API objects. -
-
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). -
Uses of KeyAgreementKey in org.forgerock.secrets.keys
Methods in org.forgerock.secrets.keys that return KeyAgreementKey Modifier and Type Method Description KeyAgreementKey
KeyAgreementKey. asCryptoKey()
-