Class CRLCacheManagement
java.lang.Object
br.ufsc.labsec.signature.repository.PKCS12IdentityService.CRLCacheManagement
- All Implemented Interfaces:
CRLRevocationCache
public class CRLCacheManagement extends Object implements CRLRevocationCache
-
Nested Class Summary
Nested classes/interfaces inherited from interface br.ufsc.labsec.signature.validationData.CRLRevocationCache
CRLRevocationCache.CRLResult
-
Constructor Summary
Constructors Constructor Description CRLCacheManagement(String cachePath)
-
Method Summary
Modifier and Type Method Description void
addCRL(X509Certificate certificate, X509CRL crl)
void
addCRLs(Collection<X509Certificate> certificates, Collection<X509CRL> crls)
CRLRevocationCache.CRLResult
getCRLFromCertificate(Object certificate, Time timeReference)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface br.ufsc.labsec.signature.validationData.CRLRevocationCache
getCRLFromCertificate
-
Constructor Details
-
CRLCacheManagement
-
-
Method Details
-
getCRLFromCertificate
- Specified by:
getCRLFromCertificate
in interfaceCRLRevocationCache
-
addCRL
- Specified by:
addCRL
in interfaceCRLRevocationCache
-
addCRLs
- Specified by:
addCRLs
in interfaceCRLRevocationCache
-