public class OffLineCRLRepository extends Object implements CRLRepository
| Constructor and Description |
|---|
OffLineCRLRepository()
New Instance
|
| Modifier and Type | Method and Description |
|---|---|
void |
addFileIndex(String url)
When the crl file is not in the local repository, it must be registered in the index file.
|
Collection<ICPBR_CRL> |
getX509CRL(X509Certificate certificate)
Returns a CRL (Certificate Revoked List) from a given authority of IPC-Brasil.
|
public Collection<ICPBR_CRL> getX509CRL(X509Certificate certificate) throws NoSuchProviderException
getX509CRL in interface CRLRepositorycertificate - AC's certificateNoSuchProviderExceptionpublic void addFileIndex(String url)
url - CRL url to be registered on the index fileCopyright © 2025 SERPRO - Serviço Federal de Processamento de Dados. All rights reserved.