Uses of Class
io.prestosql.server.security.jwt.JwkDecoder.JwkRsaPublicKey
-
Packages that use JwkDecoder.JwkRsaPublicKey Package Description io.prestosql.server.security.jwt -
-
Uses of JwkDecoder.JwkRsaPublicKey in io.prestosql.server.security.jwt
Methods in io.prestosql.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, Map<String,String> properties)
-