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 ConcatKDFECDH1PUCryptoProvider.getConcatKDF()Returns the Concatenation Key Derivation Function (KDF).protected ConcatKDFECDHCryptoProvider.getConcatKDF()Returns the Concatenation Key Derivation Function (KDF).Methods in com.nimbusds.jose.crypto.impl with parameters of type ConcatKDFModifier and TypeMethodDescriptionstatic SecretKeyECDH.deriveSharedKey(JWEHeader header, SecretKey Z, ConcatKDF concatKDF) Derives a shared key (via concat KDF).static SecretKeyECDH1PU.deriveSharedKey(JWEHeader header, SecretKey Z, ConcatKDF concatKDF) Derives a shared key (via concat KDF).static SecretKeyECDH1PU.deriveSharedKey(JWEHeader header, SecretKey Z, Base64URL tag, ConcatKDF concatKDF) Derives a shared key (via concat KDF).