| Interface | Description |
|---|---|
| KeyResolver |
Resolves private keys, public keys and respective certificate of the system.
|
| Class | Description |
|---|---|
| FileBasedKeyResolver |
Responsible for reading keys mounted by the controller to the file system and build keys and certificates.
|
| JWKSResponseBuilder |
Builds the JWKS response in a JSON format by retrieving relevant keys.
|
| JWKSServer |
Minimal server which responds to JWKS requests.
|
| SelfSignedCertGenerator |
Generates and stores self signed certificates.
|
| SelfSignedKeyResolver |
Resolves keys using self signed keys.
|
| SPIFFEKeyResolver |
Resolves keys derived in the format of SPIFFE
|
| StaticKeyResolver |
Resolves static stored keys.
|
| Exception | Description |
|---|---|
| KeyResolverException |
Key Resolver Exception.
|
Copyright © 2019 WSO2. All rights reserved.