MCPcopy Index your code
hub / github.com/auth0/java-jwt / getAlgorithm

Method getAlgorithm

lib/src/main/java/com/auth0/jwt/interfaces/Header.java:13–13  ·  view source on GitHub ↗

Getter for the Algorithm "alg" claim defined in the JWT's Header. If the claim is missing it will return null. @return the Algorithm defined or null.

()

Source from the content-addressed store, hash-verified

11 * @return the Algorithm defined or null.
12 */
13 String getAlgorithm();
14
15 /**
16 * Getter for the Type "typ" claim defined in the JWT's Header. If the claim is missing it will return null.

Callers 6

shouldGetAlgorithmMethod · 0.65
shouldGetAlgorithmMethod · 0.65
getAlgorithmMethod · 0.65
verifyAlgorithmMethod · 0.65

Implementers 2

BasicHeaderlib/src/main/java/com/auth0/jwt/impl/B
JWTDecoderlib/src/main/java/com/auth0/jwt/JWTDec

Calls

no outgoing calls