Uses of Class
com.nimbusds.jose.crypto.impl.PRFParams
-
Packages that use PRFParams 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 PRFParams in com.nimbusds.jose.crypto.impl
Methods in com.nimbusds.jose.crypto.impl that return PRFParams Modifier and Type Method Description static PRFParamsPRFParams. resolve(JWEAlgorithm alg, Provider macProvider)Resolves the Pseudo-Random Function (PRF) parameters for the specified PBES2 JWE algorithm.Methods in com.nimbusds.jose.crypto.impl with parameters of type PRFParams Modifier and Type Method Description static SecretKeyPBKDF2. deriveKey(byte[] password, byte[] formattedSalt, int iterationCount, PRFParams prfParams)Derives a PBKDF2 key from the specified password and parameters.
-