public interface KeyResolver
| Modifier and Type | Method and Description |
|---|---|
X509Certificate |
getCertificate()
Returns the private key of the system.
|
PrivateKey |
getPrivateKey()
Returns the private key of the system.
|
PublicKey |
getPublicKey()
Returns the public key of the system.
|
PrivateKey getPrivateKey() throws KeyResolverException
KeyResolverException - KeyResolverException.PublicKey getPublicKey() throws KeyResolverException
KeyResolverException - KeyResolverException.X509Certificate getCertificate() throws KeyResolverException
KeyResolverException - KeyResolverException.Copyright © 2019 WSO2. All rights reserved.