Returns the number of PBKDF2 iterations necessary to derive the key used during JWE encryption, or null if not present. Used with password-based io.jsonwebtoken.security.KeyAlgorithm KeyAlgorithms. @return the number of PBKDF2 iterations necessary to derive the key used during JWE e
()
| 148 | * @see Jwts.KEY#PBES2_HS512_A256KW |
| 149 | */ |
| 150 | Integer getPbes2Count(); |
| 151 | |
| 152 | /** |
| 153 | * Returns the PBKDF2 {@code Salt Input} value necessary to derive the key used during JWE encryption, or |
no outgoing calls
no test coverage detected