T
- the CRL type.public interface PKIXCRLStore<T extends CRL>
extends org.bouncycastle.util.Store<T>
Modifier and Type | Method and Description |
---|---|
Collection<T> |
getMatches(org.bouncycastle.util.Selector<T> selector)
Return the matches associated with the passed in selector.
|
Collection<T> getMatches(org.bouncycastle.util.Selector<T> selector) throws org.bouncycastle.util.StoreException
getMatches
in interface org.bouncycastle.util.Store<T extends CRL>
selector
- the selector defining the match criteria.org.bouncycastle.util.StoreException
- in the event of an issue doing a match.Copyright © 2017 BouncyCastle.org. All rights reserved.