Uses of Interface
org.bouncycastle.util.Selector
Packages that use Selector
Package
Description
Key and algorithm parameters classes for supporting provider specific algorithms and modes.
General utility classes.
-
Uses of Selector in org.bouncycastle.jcajce
Classes in org.bouncycastle.jcajce that implement SelectorModifier and TypeClassDescriptionclass
PKIXCertStoreSelector<T extends Certificate>
This class is a Selector implementation for certificates.class
PKIXCRLStoreSelector<T extends CRL>
This class is a Selector implementation for X.509 certificate revocation lists.Methods in org.bouncycastle.jcajce with parameters of type SelectorModifier and TypeMethodDescriptionPKIXCertStore.getMatches
(Selector<T> selector) Return the matches associated with the passed in selector.PKIXCRLStore.getMatches
(Selector<T> selector) Return the matches associated with the passed in selector. -
Uses of Selector in org.bouncycastle.util
Methods in org.bouncycastle.util with parameters of type SelectorModifier and TypeMethodDescriptionCollectionStore.getMatches
(Selector<T> selector) Return the matches in the collection for the passed in selector.Store.getMatches
(Selector<T> selector) Return a possibly empty collection of objects that match the criteria implemented in the passed in Selector.