Uses of Interface
org.bouncycastle.util.Selector
-
Packages that use Selector Package Description org.bouncycastle.jcajce Key and algorithm parameters classes for supporting provider specific algorithms and modes.org.bouncycastle.util General utility classes. -
-
Uses of Selector in org.bouncycastle.jcajce
Classes in org.bouncycastle.jcajce that implement Selector Modifier and Type Class Description class
PKIXCertStoreSelector<T extends java.security.cert.Certificate>
This class is a Selector implementation for certificates.class
PKIXCRLStoreSelector<T extends java.security.cert.CRL>
This class is a Selector implementation for X.509 certificate revocation lists.Methods in org.bouncycastle.jcajce with parameters of type Selector Modifier and Type Method Description java.util.Collection<T>
PKIXCertStore. getMatches(Selector<T> selector)
Return the matches associated with the passed in selector.java.util.Collection<T>
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 Selector Modifier and Type Method Description java.util.Collection<T>
CollectionStore. getMatches(Selector<T> selector)
Return the matches in the collection for the passed in selector.java.util.Collection<T>
Store. getMatches(Selector<T> selector)
Return a possibly empty collection of objects that match the criteria implemented in the passed in Selector.
-