Uses of Class
org.forgerock.json.jose.jwe.handlers.encryption.ECDHEncryptionHandler
Packages that use ECDHEncryptionHandler
Package
Description
Encryption Handler classes for each possible encryption algorithm.
-
Uses of ECDHEncryptionHandler in org.forgerock.json.jose.jwe.handlers.encryption
Methods in org.forgerock.json.jose.jwe.handlers.encryption that return ECDHEncryptionHandlerModifier and TypeMethodDescriptionstatic ECDHEncryptionHandler
ECDHEncryptionHandler.getInstance
(EncryptionHandler keyWrappingHandler, JweAlgorithm algorithm, EncryptionMethod encryptionMethod) Get an instance of the ECDH-ES encryption handler for the given parameters.