HomeSort by relevance Sort by last modified time
    Searched full:propertyaliastable (Results 1 - 1 of 1) sorted by null

  /libcore/luni/src/main/java/java/security/
Provider.java 71 private transient TwoKeyHashMap<String, String, Service> propertyAliasTable;
165 if (propertyAliasTable != null) {
166 propertyAliasTable.clear();
431 if (o == null && propertyAliasTable != null) {
432 o = propertyAliasTable.get(type, alg);
586 if (propertyAliasTable != null) {
587 propertyAliasTable.remove(serviceName, aliasName.toUpperCase(Locale.US));
613 if (ser != null && propertyAliasTable != null
616 propertyAliasTable.remove(serviceName, alias.toUpperCase(Locale.US));
680 if (propertyAliasTable == null)
    [all...]

Completed in 109 milliseconds