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

Method getAlgorithm

lib/src/main/java/com/auth0/jwt/JWTDecoder.java:52–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50 }
51
52 @Override
53 public String getAlgorithm() {
54 return header.getAlgorithm();
55 }
56
57 @Override
58 public String getType() {

Callers

nothing calls this directly

Calls 1

getAlgorithmMethod · 0.65

Tested by

no test coverage detected