Searched refs:namedCRLStoreMap (Results 1 - 3 of 3) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/
H A DPKIXExtendedParameters.java61 private Map<GeneralName, PKIXCRLStore> namedCRLStoreMap = new HashMap<GeneralName, PKIXCRLStore>(); field in class:PKIXExtendedParameters.Builder
89 this.namedCRLStoreMap = new HashMap<GeneralName, PKIXCRLStore>(baseParameters.namedCRLStoreMap);
119 namedCRLStoreMap.put(issuerAltName, store);
203 private final Map<GeneralName, PKIXCRLStore> namedCRLStoreMap; field in class:PKIXExtendedParameters
216 this.namedCRLStoreMap = Collections.unmodifiableMap(new HashMap<GeneralName, PKIXCRLStore>(builder.namedCRLStoreMap));
242 return namedCRLStoreMap;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DCertPathValidatorUtilities.java694 static List<PKIXCRLStore> getAdditionalStoresFromCRLDistributionPoint(CRLDistPoint crldp, Map<GeneralName, PKIXCRLStore> namedCRLStoreMap) argument
724 PKIXCRLStore store = namedCRLStoreMap.get(genNames[j]);
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-core.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ...

Completed in 245 milliseconds