| Modifier and Type | Method and Description |
|---|---|
List<JwksDecoder.JsonKey> |
JwksDecoder.JsonKeys.getKeys() |
| Modifier and Type | Method and Description |
|---|---|
static 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 and Description |
|---|
JsonKeys(List<JwksDecoder.JsonKey> keys) |
Copyright © 2010–2021 Airlift. All rights reserved.