public interface CertificateRetriever
Modifier and Type | Method and Description |
---|---|
X509Certificate |
getCertificate(String certificateId,
org.wso2.carbon.user.api.Tenant tenant)
Finds and returns the certificate for the given certificateId and tenant
|
X509Certificate getCertificate(String certificateId, org.wso2.carbon.user.api.Tenant tenant) throws CertificateRetrievingException
certificateId
- Identifier of the certificate. The implementations might have different representations for the identifier.tenant
- Tenant where the certificate should be searched for, if applicable.CertificateRetrievingException
Copyright © 2019 WSO2. All rights reserved.