public interface KeyStoreManagerExtension
Modifier and Type | Method and Description |
---|---|
Certificate |
getCertificate(String tenantDomain)
Returns the Public certificate for the given tenant domain.
|
PrivateKey |
getPrivateKey(String tenantDomain)
Returns the Private Key for the given tenant domain.
|
PrivateKey getPrivateKey(String tenantDomain) throws org.wso2.carbon.identity.base.IdentityException
tenantDomain
- the tenant domainorg.wso2.carbon.identity.base.IdentityException
- upon any error accessing the underlying key storeCertificate getCertificate(String tenantDomain) throws org.wso2.carbon.identity.base.IdentityException
tenantDomain
- the tenant domainorg.wso2.carbon.identity.base.IdentityException
- upon any error accessing the underlying key storeCopyright © 2019 WSO2. All rights reserved.