Interface CRLService
-
- All Known Implementing Classes:
CRLServiceImpl
public interface CRLServiceCRL service contract for revocation check of VITAM's identity and personal certificates.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcheckIdentityWithCRL(byte[] crlCert)Check all identity and personal certificates against given CRL
-
-
-
Method Detail
-
checkIdentityWithCRL
void checkIdentityWithCRL(byte[] crlCert) throws java.security.cert.CertificateException, InvalidParseOperationException, java.security.cert.CRLExceptionCheck all identity and personal certificates against given CRL- Parameters:
crlCert- CRL certificate (must be in DER format, see RFC 3280: Internet X.509 Public Key Infrastructure Certificate and CRL Profile )- Throws:
java.security.cert.CertificateExceptionInvalidParseOperationExceptionjava.security.cert.CRLException
-
-