| Interface | Description |
|---|---|
| KeySource |
The source for loading keys.
|
| Class | Description |
|---|---|
| JwksKeySource |
Loads public keys from a JSON Web Key
Set.
|
| KeyLoaderScheduler | |
| LoadedPublicKey | |
| OpenIdProviderDiscoveryKeySource |
Loads public keys by discovering the configuration of an OpenID provider.
|
| PemKeySource | |
| PublicKeyLoader |
Loads public keys from various locations, converts them to Java Keys and caches them.
|
| Exception | Description |
|---|---|
| KeyLoadFailedException |
Thrown when
KeySource fails to load keys. |