public interface CRLService
| Modifier and Type | Method and Description |
|---|---|
void |
checkIdentityWithCRL(byte[] crlCert)
Check all identity and personal certificates against given CRL
|
void checkIdentityWithCRL(byte[] crlCert)
throws CertificateException,
InvalidParseOperationException,
CRLException
crlCert - CRL certificate (must be in DER format, see
RFC 3280: Internet X.509
Public Key Infrastructure Certificate and CRL Profile )CertificateExceptionInvalidParseOperationExceptionCRLExceptionCopyright © 2018 Vitam. All rights reserved.