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

/libcore/ojluni/src/main/java/javax/security/auth/x500/
H A DX500Principal.java75 public static final String RFC2253 = "RFC2253"; field in class:X500Principal
287 * {@code getName(X500Principal.RFC2253)}.
292 return getName(X500Principal.RFC2253);
298 * "RFC1779", "RFC2253", and "CANONICAL" (case insensitive).
305 * <p> If "RFC2253" is specified as the format,
361 } else if (format.equalsIgnoreCase(RFC2253)) {
373 * "RFC1779" and "RFC2253" (case insensitive). "CANONICAL" is not
413 } else if (format.equalsIgnoreCase(RFC2253)) {
/libcore/ojluni/src/main/java/sun/security/x509/
H A DAVA.java73 * DEFAULT format allows both RFC1779 and RFC2253 syntax and
82 * RFC2253 specifies format according to RFC2253.
84 final static int RFC2253 = 3; field in class:AVA
99 * In RFC2253, if the value has any of these characters in it, it
105 * includes special chars from RFC1779 and RFC2253, as well as ' ' from
172 // assume format is one of DEFAULT or RFC2253
194 * the value is stripped away unless format is RFC2253.
197 if (format == RFC2253) {
201 throw new IOException("Incorrect AVA RFC2253 forma
[all...]

Completed in 167 milliseconds