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 javax.crypto.SecretKeyECDH. deriveSharedKey(JWEHeader header, javax.crypto.SecretKey Z, ConcatKDF concatKDF)Derives a shared key (via concat KDF).static javax.crypto.SecretKeyECDH1PU. deriveSharedKey(JWEHeader header, javax.crypto.SecretKey Z, ConcatKDF concatKDF)Derives a shared key (via concat KDF).static javax.crypto.SecretKeyECDH1PU. deriveSharedKey(JWEHeader header, javax.crypto.SecretKey Z, Base64URL tag, ConcatKDF concatKDF)Derives a shared key (via concat KDF).
-