public final class JwksDecoder extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
JwksDecoder.JsonKey |
static class |
JwksDecoder.JsonKeys |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,PublicKey> |
decodeKeys(String jwksJson) |
static Optional<JwkEcPublicKey> |
tryDecodeEcKey(String keyId,
JwksDecoder.JsonKey key) |
static Optional<? extends JwkPublicKey> |
tryDecodeJwkKey(JwksDecoder.JsonKey key) |
static Optional<JwkRsaPublicKey> |
tryDecodeRsaKey(String keyId,
JwksDecoder.JsonKey key) |
public static Optional<? extends JwkPublicKey> tryDecodeJwkKey(JwksDecoder.JsonKey key)
public static Optional<JwkRsaPublicKey> tryDecodeRsaKey(String keyId, JwksDecoder.JsonKey key)
public static Optional<JwkEcPublicKey> tryDecodeEcKey(String keyId, JwksDecoder.JsonKey key)
Copyright © 2010–2021 Airlift. All rights reserved.