Uses of Interface
org.bouncycastle.util.Store
-
Packages that use Store Package Description org.bouncycastle.jcajce org.bouncycastle.util org.bouncycastle.x509 Classes for supporting the generation of X.509 certificates and X.509 attribute certificates. -
-
Uses of Store in org.bouncycastle.jcajce
Subinterfaces of Store in org.bouncycastle.jcajce Modifier and Type Interface Description interface
PKIXCertStore<T extends Certificate>
Generic interface for a PKIX based certificate store.interface
PKIXCRLStore<T extends 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. -
Uses of Store in org.bouncycastle.x509
Classes in org.bouncycastle.x509 that implement Store Modifier and Type Class Description class
X509Store
Deprecated.use CollectionStore - this class will be removed.Methods in org.bouncycastle.x509 with parameters of type Store Modifier and Type Method Description void
ExtendedPKIXParameters. addAddionalStore(Store store)
Deprecated.void
ExtendedPKIXParameters. addAdditionalStore(Store store)
Deprecated.use addStore().void
ExtendedPKIXParameters. addStore(Store store)
Deprecated.Adds a Bouncy CastleStore
to find CRLs, certificates, attribute certificates or cross certificates.
-