Uses of Interface
org.bouncycastle.jcajce.PKIXCRLStore
-
Packages that use PKIXCRLStore Package Description org.bouncycastle.jcajce -
-
Uses of PKIXCRLStore in org.bouncycastle.jcajce
Methods in org.bouncycastle.jcajce that return types with arguments of type PKIXCRLStore Modifier and Type Method Description List<PKIXCRLStore>
PKIXExtendedParameters. getCRLStores()
Map<GeneralName,PKIXCRLStore>
PKIXExtendedParameters. getNamedCRLStoreMap()
Methods in org.bouncycastle.jcajce with parameters of type PKIXCRLStore Modifier and Type Method Description PKIXExtendedParameters.Builder
PKIXExtendedParameters.Builder. addCRLStore(PKIXCRLStore store)
PKIXExtendedParameters.Builder
PKIXExtendedParameters.Builder. addNamedCRLStore(GeneralName issuerAltName, PKIXCRLStore store)
-