Uses of Class
com.nimbusds.jose.crypto.impl.ConcatKDF
Packages that use ConcatKDF
Package
Description
Cryptographic primitives for JWS signers, JWS verifiers, JWE encrypters and
JWE decrypters in the
com.nimbusds.jose.crypto
package.-
Uses of ConcatKDF in com.nimbusds.jose.crypto.impl
Methods in com.nimbusds.jose.crypto.impl that return ConcatKDFModifier and TypeMethodDescriptionprotected ConcatKDF
ECDH1PUCryptoProvider.getConcatKDF()
Returns the Concatenation Key Derivation Function (KDF).protected ConcatKDF
ECDHCryptoProvider.getConcatKDF()
Returns the Concatenation Key Derivation Function (KDF).Methods in com.nimbusds.jose.crypto.impl with parameters of type ConcatKDFModifier and TypeMethodDescriptionstatic SecretKey
ECDH.deriveSharedKey
(JWEHeader header, SecretKey Z, ConcatKDF concatKDF) Derives a shared key (via concat KDF).static SecretKey
ECDH1PU.deriveSharedKey
(JWEHeader header, SecretKey Z, ConcatKDF concatKDF) Derives a shared key (via concat KDF).static SecretKey
ECDH1PU.deriveSharedKey
(JWEHeader header, SecretKey Z, Base64URL tag, ConcatKDF concatKDF) Derives a shared key (via concat KDF).