Uses of Class
org.bouncycastle.util.StoreException
-
Packages that use StoreException 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 StoreException in org.bouncycastle.jcajce
Methods in org.bouncycastle.jcajce that throw StoreException 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 StoreException in org.bouncycastle.util
Methods in org.bouncycastle.util that throw StoreException Modifier and Type Method Description 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.
-