Interface CRLRevocationInformation
- All Known Implementing Classes:
AbstractSignatureIdentityInformation
,SignatureIdentityInformation
,SignatureIdentityInformation
,SignatureIdentityInformation
public interface CRLRevocationInformation
Interface RevocationInformation
-
Method Summary
-
Method Details
-
addCRLMap
void addCRLMap(Map<SignatureObject,AbstractSignatureIdentityInformation.SourcedInformation<CRL>> crlMap) -
addCRL
-
addCRL
-
addCRLs
-
addCRLs
-
getCRLMap
-
getCRL
-
getCRL
-
getCRL
Optional<CRL> getCRL(SignatureObject signature, org.bouncycastle.util.Selector<CRL> selector, Source source) -
getCRLs
-
getCRLs
-
getCRLs
List<CRL> getCRLs(SignatureObject signature, org.bouncycastle.util.Selector<CRL> selector, Source source) -
clearAll
void clearAll() -
clearCRLs
void clearCRLs()
-