public class CertificateInfo extends Object
Certificate or
the certificate information which can be used to retrieve the certificate.
KeyResolver implementations return CertificateInfo based on the given CryptoContext,
and ExternalCryptoProvider implementations use it for certificate retrieval.
| Constructor and Description |
|---|
CertificateInfo(String certificateAlias,
Certificate certificate) |
| Modifier and Type | Method and Description |
|---|---|
Certificate |
getCertificate() |
String |
getCertificateAlias() |
String |
toString() |
public CertificateInfo(String certificateAlias, Certificate certificate)
public String getCertificateAlias()
public Certificate getCertificate()
Copyright © 2018 WSO2. All rights reserved.