Uses of Class
io.trino.server.security.jwt.JwkDecoder.Key
-
Packages that use JwkDecoder.Key Package Description io.trino.server.security.jwt -
-
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.Key Modifier and Type Method Description List<JwkDecoder.Key>JwkDecoder.Keys. getKeys()Methods in io.trino.server.security.jwt with parameters of type JwkDecoder.Key Modifier and Type Method Description static 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 Constructor Description Keys(List<JwkDecoder.Key> keys)
-