public abstract class OfflineCRLSource extends Object implements CRLSource
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,byte[]> |
crlsMap
This
HashMap contains not validated CRL binaries. |
| Constructor and Description |
|---|
OfflineCRLSource() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addCRLBinary(byte[] binaries) |
protected void |
addCRLBinary(String base64Digest,
byte[] binaries) |
Collection<byte[]> |
getContainedX509CRLs() |
CRLToken |
getRevocationToken(CertificateToken certificateToken,
CertificateToken issuerToken)
This method retrieves a
RevocationToken for the certificateToken |
public final CRLToken getRevocationToken(CertificateToken certificateToken, CertificateToken issuerToken)
RevocationSourceRevocationToken for the certificateTokengetRevocationToken in interface RevocationSource<CRLToken>certificateToken - The CertificateToken for which the
request is madeissuerToken - The CertificateToken which is the
issuer of the certificateTokenRevocationTokenpublic Collection<byte[]> getContainedX509CRLs()
Collectionprotected void addCRLBinary(byte[] binaries)
protected void addCRLBinary(String base64Digest, byte[] binaries)
Copyright © 2019. All rights reserved.