Uses of Enum
com.nimbusds.jose.crypto.impl.ECDH.AlgorithmMode
Packages that use ECDH.AlgorithmMode
Package
Description
Cryptographic primitives for JWS signers, JWS verifiers, JWE encrypters and
JWE decrypters in the
com.nimbusds.jose.crypto
package.-
Uses of ECDH.AlgorithmMode in com.nimbusds.jose.crypto.impl
Methods in com.nimbusds.jose.crypto.impl that return ECDH.AlgorithmModeModifier and TypeMethodDescriptionstatic ECDH.AlgorithmMode
ECDH.resolveAlgorithmMode
(JWEAlgorithm alg) Resolves the ECDH algorithm mode.static ECDH.AlgorithmMode
ECDH1PU.resolveAlgorithmMode
(JWEAlgorithm alg) Resolves the ECDH algorithm mode.static ECDH.AlgorithmMode
Returns the enum constant of this type with the specified name.static ECDH.AlgorithmMode[]
ECDH.AlgorithmMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.