Package | Description |
---|---|
com.nimbusds.jose.crypto.impl |
Cryptographic primitives for JWS signers, JWS verifiers, JWE encrypters and
JWE decrypters in the
com.nimbusds.jose.crypto package. |
Modifier and Type | Method and Description |
---|---|
static PRFParams |
PRFParams.resolve(JWEAlgorithm alg,
Provider macProvider)
Resolves the Pseudo-Random Function (PRF) parameters for the
specified PBES2 JWE algorithm.
|
Modifier and Type | Method and Description |
---|---|
static SecretKey |
PBKDF2.deriveKey(byte[] password,
byte[] formattedSalt,
int iterationCount,
PRFParams prfParams)
Derives a PBKDF2 key from the specified password and parameters.
|
Copyright © 2021 Connect2id Ltd.. All rights reserved.