Uses of Interface
org.bouncycastle.util.Store
-
Packages that use Store 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 Store in org.bouncycastle.jcajce
Subinterfaces of Store in org.bouncycastle.jcajce Modifier and Type Interface Description interface
PKIXCertStore<T extends java.security.cert.Certificate>
Generic interface for a PKIX based certificate store.interface
PKIXCRLStore<T extends java.security.cert.CRL>
Generic interface for a PKIX based CRL store. -
Uses of Store in org.bouncycastle.util
Classes in org.bouncycastle.util that implement Store Modifier and Type Class Description class
CollectionStore<T>
A simple collection backed store.
-