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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11KeyStore.java2397 HashSet<AliasInfo> infoSet = certMap.get(cka_label);
2398 if (infoSet == null) {
2399 infoSet = new HashSet<AliasInfo>(2);
2400 certMap.put(cka_label, infoSet);
2407 infoSet.add(new AliasInfo
2490 HashSet<AliasInfo> infoSet = certMap.get(certLabel);
2491 for (AliasInfo aliasInfo : infoSet) {
2496 if (infoSet.size() == 1) {
2561 HashSet<AliasInfo> infoSet = certMap.get(certLabel);
2562 for (AliasInfo aliasInfo : infoSet) {
2625 mapTrustedCert(String certLabel, AliasInfo aliasInfo, HashSet<AliasInfo> infoSet) argument
[all...]

Completed in 36 milliseconds