/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/auth/x500/ |
X500PrincipalTest.java | 183 String resName = xpr.getName(X500Principal.RFC2253); 326 String rfc2253Name = X500p.getName("RFC2253", keyword); 530 * gets Name in RFC2253 format 537 String s = principal.getName(X500Principal.RFC2253); 574 * gets Name in RFC2253 format 584 String s = principal.getName(X500Principal.RFC2253); 682 * gets Name in RFC2253 format 704 String s = principal.getName(X500Principal.RFC2253); 2573 String rfc2253 = (String) obj[1]; local 3001 String rfc2253 = (String) values[1]; local [all...] |
/libcore/ojluni/src/main/java/sun/security/x509/ |
AVA.java | 73 * DEFAULT format allows both RFC1779 and RFC2253 syntax and 82 * RFC2253 specifies format according to RFC2253. 84 final static int RFC2253 = 3; 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 format - " [all...] |
RDN.java | 183 if (format.equalsIgnoreCase("RFC2253") == false) { 209 (new StringReader(avaString), AVA.RFC2253, keywordMap); 224 AVA ava = new AVA(new StringReader(avaString), AVA.RFC2253, keywordMap);
|
X500Name.java | 169 * Currently, the formats DEFAULT and RFC2253 are supported. 171 * constructor. RFC2253 is the format strictly according to RFC2253 181 if (format.equalsIgnoreCase("RFC2253")) { [all...] |
/external/boringssl/src/crypto/asn1/ |
charmap.pl | 65 # RFC2253 character properties 75 # Set the RFC2253 escape characters (control) 91 # Remaining RFC2253 escaped characters
|
/libcore/ojluni/src/main/java/javax/security/auth/x500/ |
X500Principal.java | 44 * <a href="http://www.ietf.org/rfc/rfc2253.txt">RFC 2253: Lightweight 75 public static final String RFC2253 = "RFC2253"; 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)) { [all...] |
package-info.java | 36 * <li><a href="http://www.ietf.org/rfc/rfc2253.txt">
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/tls/ |
DistinguishedNameParser.java | 40 // RFC2253 is used to ensure we get attributes in the reverse 43 this.dn = principal.getName(X500Principal.RFC2253); 385 // due to the RFC2253 formatting. So take the first match
|
/frameworks/base/core/java/org/apache/http/conn/ssl/ |
AndroidDistinguishedNameParser.java | 46 // RFC2253 is used to ensure we get attributes in the reverse 49 this.dn = principal.getName(X500Principal.RFC2253); 391 // due to the RFC2253 formatting. So take the first match 453 // due to the RFC2253 formatting. So take the first match
|
/external/boringssl/src/include/openssl/ |
asn1.h | 366 * RFC2253 special characters, control characters and 425 * RFC2253 #XXXXX notation. 430 /* All the string flags consistent with RFC2253, 432 * RFC2253 but it is advisable anyway. [all...] |
x509.h | 337 #define XN_FLAG_SEP_COMMA_PLUS (1 << 16) /* RFC2253 ,+ */ 356 * RFC2253 requires this. 363 /* Complete set of RFC2253 flags */ [all...] |
/external/boringssl/src/crypto/x509/ |
a_strex.c | 71 * printing routines handling multibyte characters, RFC2253 and a host of 275 * encoding. This uses the RFC2253 #01234 format.
|
/libcore/luni/src/test/java/libcore/javax/security/auth/x500/ |
X500PrincipalTest.java | 98 X500Principal.RFC2253
|
/libcore/ojluni/src/main/java/java/security/cert/ |
TrustAnchor.java | 192 * <a href="http://www.ietf.org/rfc/rfc2253.txt">RFC 2253</a>
|
X509CRLSelector.java | 153 * <a href="http://www.ietf.org/rfc/rfc2253.txt">RFC 2253</a> or
|
X509Certificate.java | 581 * are returned in <a href="http://www.ietf.org/rfc/rfc2253.txt">
|
X509CertSelector.java | 211 * <a href="http://www.ietf.org/rfc/rfc2253.txt">RFC 2253</a> String form [all...] |
/libcore/luni/src/test/java/libcore/java/security/cert/ |
X509CertificateTest.java | 536 princ.getName(X500Principal.RFC2253)); 605 princ.getName(X500Principal.RFC2253)); [all...] |
/prebuilts/sdk/11/ |
android.jar | |
/prebuilts/sdk/12/ |
android.jar | |
/prebuilts/sdk/16/ |
android.jar | |
/prebuilts/sdk/22/ |
android.jar | |
/prebuilts/sdk/24/ |
android.jar | |
/prebuilts/sdk/4/ |
android.jar | |
/prebuilts/sdk/5/ |
android.jar | |