public interface RevocationSource<T extends RevocationToken> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
T |
getRevocationToken(CertificateToken certificateToken,
CertificateToken issuerCertificateToken)
This method retrieves a
RevocationToken for the certificateToken |
T getRevocationToken(CertificateToken certificateToken, CertificateToken issuerCertificateToken)
RevocationToken for the certificateTokencertificateToken - The CertificateToken for which the
request is madeissuerCertificateToken - The CertificateToken which is the
issuer of the certificateTokenRevocationTokenCopyright © 2019. All rights reserved.