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

Method getHeader

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

Returns the JWT Header or null if not present. @return the JWT Header or null if not present.

()

Source from the content-addressed store, hash-verified

60 * @return the JWT {@link Header} or {@code null} if not present.
61 */
62 H getHeader();
63
64 /**
65 * Returns the JWT payload, either a {@code byte[]} or a {@code Claims} instance. Use

Callers 10

hashCodeMethod · 0.65
hashCodeMethod · 0.65
equalsMethod · 0.65
getEncryptionKeyMethod · 0.65
getDecryptionKeyMethod · 0.65
getEncryptionKeyMethod · 0.65
getDecryptionKeyMethod · 0.65
deriveKeyMethod · 0.65
getEncryptionKeyMethod · 0.65
getDecryptionKeyMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected