Uses of Class
io.airlift.security.jwks.JwksDecoder.JsonKey
-
Uses of JwksDecoder.JsonKey in io.airlift.security.jwks
Methods in io.airlift.security.jwks that return types with arguments of type JwksDecoder.JsonKeyMethods in io.airlift.security.jwks with parameters of type JwksDecoder.JsonKeyModifier and TypeMethodDescriptionstatic Optional<JwkEcPublicKey> JwksDecoder.tryDecodeEcKey(String keyId, JwksDecoder.JsonKey key) static Optional<? extends JwkPublicKey> JwksDecoder.tryDecodeJwkKey(JwksDecoder.JsonKey key) static Optional<JwkRsaPublicKey> JwksDecoder.tryDecodeRsaKey(String keyId, JwksDecoder.JsonKey key) Constructor parameters in io.airlift.security.jwks with type arguments of type JwksDecoder.JsonKey