MCPcopy Create free account
hub / github.com/jwtk/jjwt / getPbes2Count

Method getPbes2Count

api/src/main/java/io/jsonwebtoken/JweHeader.java:150–150  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

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

Callers 1

getEncryptionKeyMethod · 0.95

Implementers 2

DefaultJweHeaderimpl/src/main/java/io/jsonwebtoken/imp
DefaultMutableJweHeaderimpl/src/main/java/io/jsonwebtoken/imp

Calls

no outgoing calls

Tested by

no test coverage detected