OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:requestedattributes
(Results
1 - 1
of
1
) sorted by null
/libcore/ojluni/src/main/java/sun/security/provider/certpath/ldap/
LDAPCertStore.java
303
private final List<String>
requestedAttributes
;
307
requestedAttributes
= new ArrayList<>(5);
318
requestedAttributes
.add(attrId);
365
System.out.println("Request: " + name + ":" +
requestedAttributes
);
372
String[] attrIds =
requestedAttributes
.toArray(STRING0);
381
for (String attrId :
requestedAttributes
) {
[
all
...]
Completed in 384 milliseconds