| Package | Description |
|---|---|
| io.cellery.security.cell.sts.server.jwks |
| Modifier and Type | Method and Description |
|---|---|
X509Certificate |
FileBasedKeyResolver.getCertificate() |
X509Certificate |
KeyResolver.getCertificate()
Returns the private key of the system.
|
X509Certificate |
SPIFFEKeyResolver.getCertificate() |
PrivateKey |
FileBasedKeyResolver.getPrivateKey() |
PrivateKey |
KeyResolver.getPrivateKey()
Returns the private key of the system.
|
PublicKey |
FileBasedKeyResolver.getPublicKey() |
PublicKey |
KeyResolver.getPublicKey()
Returns the public key of the system.
|
PublicKey |
SPIFFEKeyResolver.getPublicKey() |
void |
JWKSServer.startServer() |
| Constructor and Description |
|---|
SelfSignedKeyResolver(String commonName) |
Copyright © 2019 WSO2. All rights reserved.