Uses of Interface
io.trino.server.security.jwt.JwkDecoder.JwkPublicKey
-
Packages that use JwkDecoder.JwkPublicKey Package Description io.trino.server.security.jwt -
-
Uses of JwkDecoder.JwkPublicKey in io.trino.server.security.jwt
Classes in io.trino.server.security.jwt that implement JwkDecoder.JwkPublicKey Modifier and Type Class Description static classJwkDecoder.JwkEcPublicKeystatic classJwkDecoder.JwkRsaPublicKeyMethods in io.trino.server.security.jwt that return types with arguments of type JwkDecoder.JwkPublicKey Modifier and Type Method Description static Optional<? extends JwkDecoder.JwkPublicKey>JwkDecoder. tryDecodeJwkKey(JwkDecoder.Key key)
-