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

Method locate

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

Returns an object referenced in the specified header, or null if the object couldn't be found. @param header the JWT header to inspect; may be an instance of Header, JwsHeader or JweHeader depending on if the respective JWT is an unprotected JWT

(Header header)

Source from the content-addressed store, hash-verified

38 * @return an object referenced in the specified {@code header}, or {@code null} if the object couldn't be found.
39 */
40 T locate(Header header);
41}

Callers 3

parseMethod · 0.65
applyMethod · 0.65
resolveSigningKeyMethod · 0.65

Implementers 4

IdLocatorimpl/src/main/java/io/jsonwebtoken/imp
CompressionCodecLocatorimpl/src/main/java/io/jsonwebtoken/imp
ConstantKeyLocatorimpl/src/main/java/io/jsonwebtoken/imp
LocatorAdapterapi/src/main/java/io/jsonwebtoken/Loca

Calls

no outgoing calls

Tested by

no test coverage detected