Package io.airlift.security.jwks
Class JwksDecoder
java.lang.Object
io.airlift.security.jwks.JwksDecoder
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Method Summary
Modifier and TypeMethodDescriptiondecodeKeys(String jwksJson) static Optional<JwkEcPublicKey> tryDecodeEcKey(String keyId, JwksDecoder.JsonKey key) static Optional<? extends JwkPublicKey> static Optional<JwkRsaPublicKey> tryDecodeRsaKey(String keyId, JwksDecoder.JsonKey key)
-
Method Details
-
decodeKeys
-
tryDecodeJwkKey
-
tryDecodeRsaKey
-
tryDecodeEcKey
-