Uses of Interface
org.bouncycastle.jcajce.PKIXCRLStore
-
Packages that use PKIXCRLStore Package Description org.bouncycastle.jcajce Key and algorithm parameters classes for supporting provider specific algorithms and modes. -
-
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 java.util.List<PKIXCRLStore>PKIXExtendedParameters. getCRLStores()java.util.Map<GeneralName,PKIXCRLStore>PKIXExtendedParameters. getNamedCRLStoreMap()Methods in org.bouncycastle.jcajce with parameters of type PKIXCRLStore Modifier and Type Method Description PKIXExtendedParameters.BuilderPKIXExtendedParameters.Builder. addCRLStore(PKIXCRLStore store)PKIXExtendedParameters.BuilderPKIXExtendedParameters.Builder. addNamedCRLStore(GeneralName issuerAltName, PKIXCRLStore store)
-