public class JSONWebKeySetHelper extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
JSONWebKeySetHelper.JSONWebKeySetException |
| Constructor and Description |
|---|
JSONWebKeySetHelper() |
| Modifier and Type | Method and Description |
|---|---|
static List<JSONWebKey> |
retrieveKeysFromIssuer(String endpoint) |
static List<JSONWebKey> |
retrieveKeysFromJWKS(String endpoint) |
static List<JSONWebKey> |
retrieveKeysFromWellKnownConfiguration(String endpoint) |
public static List<JSONWebKey> retrieveKeysFromIssuer(String endpoint)
public static List<JSONWebKey> retrieveKeysFromWellKnownConfiguration(String endpoint)
public static List<JSONWebKey> retrieveKeysFromJWKS(String endpoint)
Copyright © 2020. All rights reserved.