Searched defs:getDN (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapURL.java115 public String getDN() { method in class:LdapURL
263 System.out.println(" DN: " + url.getDN());
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DPolicyFile.java1904 if ((name = getDN(pppe.principalName, keystore)) == null) {
1970 if ((suffix = getDN(suffix, keystore)) == null) {
2000 private String getDN(String alias, KeyStore keystore) { method in class:PolicyFile

Completed in 35 milliseconds