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

/openjdk7/jdk/test/javax/security/auth/x500/X500Principal/
H A DEscapedChars.java39 System.out.println("RFC2253 DN is " +
40 xp.getName(X500Principal.RFC2253));
/openjdk7/jdk/src/share/classes/javax/security/auth/x500/
H A DX500Principal.java75 public static final String RFC2253 = "RFC2253"; field in class:X500Principal
273 * <code>getName(X500Principal.RFC2253)</code>.
278 return getName(X500Principal.RFC2253);
284 * "RFC1779", "RFC2253", and "CANONICAL" (case insensitive).
291 * <p> If "RFC2253" is specified as the format,
347 } else if (format.equalsIgnoreCase(RFC2253)) {
359 * "RFC1779" and "RFC2253" (case insensitive). "CANONICAL" is not
399 } else if (format.equalsIgnoreCase(RFC2253)) {
/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DAVA.java72 * DEFAULT format allows both RFC1779 and RFC2253 syntax and
81 * RFC2253 specifies format according to RFC2253.
83 final static int RFC2253 = 3; field in class:AVA
98 * In RFC2253, if the value has any of these characters in it, it
104 * includes special chars from RFC1779 and RFC2253, as well as ' '
175 // assume format is one of DEFAULT, RFC1779, RFC2253
197 * the value is stripped away unless format is RFC2253.
200 if (format == RFC2253) {
204 throw new IOException("Incorrect AVA RFC2253 forma
[all...]
H A DRDN.java186 if (format.equalsIgnoreCase("RFC2253") == false) {
212 (new StringReader(avaString), AVA.RFC2253, keywordMap);
227 AVA ava = new AVA(new StringReader(avaString), AVA.RFC2253, keywordMap);
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/ldap/
H A DLDAPCertStore.java776 issuerNames.add(issuer.getName(X500Principal.RFC2253));
791 issuerName = issuer.getName(X500Principal.RFC2253);

Completed in 49 milliseconds