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

/openjdk7/jdk/src/share/classes/java/security/
H A DSecurity.java864 String filterKey,
867 String[] filterComponents = getFilterComponents(filterKey,
1001 static String[] getFilterComponents(String filterKey, String filterValue) { argument
1002 int algIndex = filterKey.indexOf('.');
1010 String serviceName = filterKey.substring(0, algIndex);
1015 // The filterValue is an empty string. So the filterKey
1017 algName = filterKey.substring(algIndex + 1).trim();
1023 // The filterValue is a non-empty string. So the filterKey must be
1026 int attrIndex = filterKey.indexOf(' ');
1032 attrName = filterKey
863 getAllQualifyingCandidates( String filterKey, String filterValue, Provider[] allProviders) argument
[all...]

Completed in 55 milliseconds