Class CRLServiceImpl
java.lang.Object
fr.gouv.vitam.security.internal.rest.service.CRLServiceImpl
- All Implemented Interfaces:
- CRLService
- 
Constructor SummaryConstructorsConstructorDescriptionCRLServiceImpl(IdentityRepository identityRepository, PersonalRepository personalRepository) CRLServiceImpl(IdentityRepository identityRepository, PersonalRepository personalRepository, AlertService alertService) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidcheckIdentityWithCRL(byte[] crlCert) Check all identity and personal certificates against given CRL
- 
Constructor Details- 
CRLServiceImpl
- 
CRLServiceImplpublic CRLServiceImpl(IdentityRepository identityRepository, PersonalRepository personalRepository, AlertService alertService) 
 
- 
- 
Method Details- 
checkIdentityWithCRLpublic void checkIdentityWithCRL(byte[] crlCert) throws CertificateException, InvalidParseOperationException, CRLException Check all identity and personal certificates against given CRL- Specified by:
- checkIdentityWithCRLin interface- CRLService
- Parameters:
- crlCert- CRL certificate (must be in DER format, see RFC 3280: Internet X.509 Public Key Infrastructure Certificate and CRL Profile )
- Throws:
- CertificateException
- InvalidParseOperationException
- CRLException
 
 
-