Uses of Class
io.trino.server.security.jwt.JwkDecoder.Key
Packages that use JwkDecoder.Key
-
Uses of JwkDecoder.Key in io.trino.server.security.jwt
Methods in io.trino.server.security.jwt that return types with arguments of type JwkDecoder.KeyMethods in io.trino.server.security.jwt with parameters of type JwkDecoder.KeyModifier and TypeMethodDescriptionstatic Optional<JwkDecoder.JwkEcPublicKey> JwkDecoder.tryDecodeEcKey(String keyId, JwkDecoder.Key key) static Optional<? extends JwkDecoder.JwkPublicKey> JwkDecoder.tryDecodeJwkKey(JwkDecoder.Key key) static Optional<JwkDecoder.JwkRsaPublicKey> JwkDecoder.tryDecodeRsaKey(String keyId, JwkDecoder.Key key) Constructor parameters in io.trino.server.security.jwt with type arguments of type JwkDecoder.Key