public class ListCRLSource extends OfflineCRLSource
crlsMap| Constructor and Description |
|---|
ListCRLSource()
This is the constructor for this class, it allows to instantiate the list which will contain all
X509CRL. |
ListCRLSource(OfflineCRLSource crlSource)
This constructor allows to initialize the list of
X509CRL from an OfflineCRLSource. |
| Modifier and Type | Method and Description |
|---|---|
void |
addAll(OfflineCRLSource offlineCRLSource)
This method allows to add all
X509CRL from one OfflineCRLSource to this one. |
addCRLBinary, addCRLBinary, getContainedX509CRLs, getRevocationTokenpublic ListCRLSource()
X509CRL.public ListCRLSource(OfflineCRLSource crlSource)
X509CRL from an OfflineCRLSource.crlSource - an offline crl sourcepublic void addAll(OfflineCRLSource offlineCRLSource)
X509CRL from one OfflineCRLSource to this one. If the
X509CRL exists already within the current source then it is
ignored.offlineCRLSource - the source to be addedCopyright © 2019. All rights reserved.