Uses of Class
com.nimbusds.jose.crypto.impl.ConcatKDF
-
Packages that use ConcatKDF Package Description com.nimbusds.jose.crypto.impl Cryptographic primitives for JWS signers, JWS verifiers, JWE encrypters and JWE decrypters in thecom.nimbusds.jose.cryptopackage. -
-
Uses of ConcatKDF in com.nimbusds.jose.crypto.impl
Methods in com.nimbusds.jose.crypto.impl that return ConcatKDF Modifier and Type Method Description protected 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 ConcatKDF Modifier and Type Method Description static 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).
-