public class CRLServiceImpl extends Object implements CRLService
| Constructor and Description |
|---|
CRLServiceImpl(IdentityRepository identityRepository,
PersonalRepository personalRepository) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkIdentityWithCRL(byte[] crlCert)
Check all identity and personal certificates against given CRL
|
public CRLServiceImpl(IdentityRepository identityRepository, PersonalRepository personalRepository)
public void checkIdentityWithCRL(byte[] crlCert)
throws CertificateException,
InvalidParseOperationException,
CRLException
checkIdentityWithCRL in interface CRLServicecrlCert - 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.