Package br.ufsc.labsec.signature
Interface RevocationInformation
public interface RevocationInformation
Interface RevocationInformation
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
RevocationInformation.CRLResult
-
Method Summary
Modifier and Type Method Description void
addCrl(Collection<X509Certificate> certValuesCertificates, Collection<X509CRL> crlsList)
void
clearAll()
void
clearCRLs()
default RevocationInformation.CRLResult
getCRLFromCertificate(Certificate certificate)
RevocationInformation.CRLResult
getCRLFromCertificate(Certificate certificate, Time timeReference)
Retorna a CRL de um certificado.
-
Method Details
-
getCRLFromCertificate
Retorna a CRL de um certificado.- Parameters:
certificate
- Certificado que se deseja a CRL.- Returns:
- A Crl do certificado.
-
getCRLFromCertificate
-
addCrl
-
clearAll
void clearAll() -
clearCRLs
void clearCRLs()
-