Uses of Interface
org.bouncycastle.jcajce.PKIXCertStore
-
Packages that use PKIXCertStore Package Description org.bouncycastle.jcajce -
-
Uses of PKIXCertStore in org.bouncycastle.jcajce
Methods in org.bouncycastle.jcajce that return types with arguments of type PKIXCertStore Modifier and Type Method Description List<PKIXCertStore>
PKIXExtendedParameters. getCertificateStores()
Map<GeneralName,PKIXCertStore>
PKIXExtendedParameters. getNamedCertificateStoreMap()
Methods in org.bouncycastle.jcajce with parameters of type PKIXCertStore Modifier and Type Method Description PKIXExtendedParameters.Builder
PKIXExtendedParameters.Builder. addCertificateStore(PKIXCertStore store)
PKIXExtendedParameters.Builder
PKIXExtendedParameters.Builder. addNamedCertificateStore(GeneralName issuerAltName, PKIXCertStore store)
-