Uses of Class
com.nimbusds.jose.crypto.impl.PRFParams
Packages that use PRFParams
Package
Description
Cryptographic primitives for JWS signers, JWS verifiers, JWE encrypters and
JWE decrypters in the
com.nimbusds.jose.crypto
package.-
Uses of PRFParams in com.nimbusds.jose.crypto.impl
Methods in com.nimbusds.jose.crypto.impl that return PRFParamsModifier and TypeMethodDescriptionstatic PRFParams
PRFParams.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