Uses of Class
io.trino.server.security.jwt.JwkDecoder.JwkRsaPublicKey
-
Packages that use JwkDecoder.JwkRsaPublicKey Package Description io.trino.server.security.jwt -
-
Uses of JwkDecoder.JwkRsaPublicKey in io.trino.server.security.jwt
Methods in io.trino.server.security.jwt that return types with arguments of type JwkDecoder.JwkRsaPublicKey Modifier and Type Method Description static Optional<JwkDecoder.JwkRsaPublicKey>JwkDecoder. tryDecodeRsaKey(String keyId, JwkDecoder.Key key)
-