public class FileBasedKeyResolver extends StaticKeyResolver
| Constructor and Description |
|---|
FileBasedKeyResolver() |
| 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.
|
buildCertificatepublic PrivateKey getPrivateKey() throws KeyResolverException
KeyResolverKeyResolverException - KeyResolverException.public PublicKey getPublicKey() throws KeyResolverException
KeyResolverKeyResolverException - KeyResolverException.public X509Certificate getCertificate() throws KeyResolverException
KeyResolverKeyResolverException - KeyResolverException.Copyright © 2019 WSO2. All rights reserved.