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

Method getKey

api/src/main/java/io/jsonwebtoken/security/KeySupplier.java:33–33  ·  view source on GitHub ↗

Returns the key to use for signing, wrapping, encryption or decryption depending on the type of operation. @return the key to use for signing, wrapping, encryption or decryption depending on the type of operation.

()

Source from the content-addressed store, hash-verified

31 * @return the key to use for signing, wrapping, encryption or decryption depending on the type of operation.
32 */
33 K getKey();
34}

Callers 1

toJSONObjectMethod · 0.65

Implementers 7

PrivateECKeyimpl/src/main/java/io/jsonwebtoken/imp
DefaultDecryptionKeyRequestimpl/src/main/java/io/jsonwebtoken/imp
KeyPairsimpl/src/main/java/io/jsonwebtoken/imp
ProviderKeyimpl/src/main/java/io/jsonwebtoken/imp
DefaultKeyResultimpl/src/main/java/io/jsonwebtoken/imp
DefaultSecureRequestimpl/src/main/java/io/jsonwebtoken/imp
DefaultJwkContextimpl/src/main/java/io/jsonwebtoken/imp

Calls

no outgoing calls

Tested by

no test coverage detected