HomeSort by relevance Sort by last modified time
    Searched full:rfc2253 (Results 1 - 25 of 28) sorted by null

1 2

  /external/openssl/crypto/asn1/
charmap.pl 10 # RFC2253 character properties
20 # Set the RFC2253 escape characters (control)
36 # Remaining RFC2253 escaped characters
asn1.h 440 * RFC2253 special characters, control characters and
499 * RFC2253 #XXXXX notation.
504 /* All the string flags consistent with RFC2253,
506 * RFC2253 but it is advisable anyway.
    [all...]
a_strex.c 70 * multibyte characters, RFC2253 and a host of other
258 * octets or the entire DER encoding. This uses the RFC2253
  /libcore/luni/src/main/java/org/apache/harmony/security/x501/
Name.java 51 /** RFC2253 string */
107 * X500Principal.RFC2253, case insensitive
120 } else if (X500Principal.RFC2253.equals(format)) {
145 } else if (X500Principal.RFC2253.equalsIgnoreCase(format)) {
148 rfc2253String = getName0(X500Principal.RFC2253);
AttributeTypeAndValue.java 54 /** known attribute types for RFC2253 (see 2.3. Converting AttributeTypeAndValue) */
165 // add from RFC2253 (includes RFC1779)
178 KNOWN_NAMES.putAll(RFC2253_NAMES); // RFC2253 includes RFC1779
252 // RFC2253 includes names from RFC1779
  /external/apache-harmony/auth/src/test/java/common/javax/security/auth/x500/
X500PrincipalTest.java 39 * @see http://www.ietf.org/rfc/rfc2253.txt
237 * gets Name in RFC2253 format
244 String s = principal.getName(X500Principal.RFC2253);
281 * gets Name in RFC2253 format
291 String s = principal.getName(X500Principal.RFC2253);
389 * gets Name in RFC2253 format
411 String s = principal.getName(X500Principal.RFC2253);
480 * gets Name in RFC2253 format
503 String s = principal.getName(X500Principal.RFC2253);
562 * gets string in RFC2253 forma
2247 String rfc2253 = (String) obj[1]; local
2676 String rfc2253 = (String) values[1]; local
    [all...]
  /libcore/luni/src/main/java/javax/security/auth/x500/
X500Principal.java 57 public static final String RFC2253 = "RFC2253";
192 return dn.getName(RFC2253);
198 * Valid arguments are {@link #RFC1779}, {@link #RFC2253}, and
224 String rfc2253Name = dn.getName(RFC2253);
246 } else if (format.equalsIgnoreCase("RFC2253")) {
  /external/apache-harmony/auth/src/test/java/common/tests/api/javax/security/auth/x500/
X500PrincipalTest.java 76 String rfc2253Name = X500p.getName("RFC2253",keyword);
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
DistributionPointName.java 91 sb.append(nameRelativeToCRLIssuer.getName(X500Principal.RFC2253));
TBSCertificate.java 200 sb.append("\n Subject: ").append(subject.getName(X500Principal.RFC2253));
206 sb.append("\n Issuer: ").append(issuer.getName(X500Principal.RFC2253));
TBSCertList.java 300 sb.append("\nIssuer: ").append(issuer.getName(X500Principal.RFC2253));
GeneralName.java 465 result.add(((Name) name).getName(X500Principal.RFC2253));
504 + ((Name) name).getName(X500Principal.RFC2253);
DNParser.java 40 * http://www.ietf.org/rfc/rfc2253.txt
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x501/
NameTest.java 34 * @see http://www.ietf.org/rfc/rfc2253.txt
  /libcore/luni/src/test/java/tests/api/javax/security/auth/
X500PrincipalTest.java 176 String resName = xpr.getName(X500Principal.RFC2253);
  /external/openssl/crypto/x509/
x509.h 383 #define XN_FLAG_SEP_COMMA_PLUS (1 << 16) /* RFC2253 ,+ */
402 * RFC2253 requires this.
409 /* Complete set of RFC2253 flags */
    [all...]
  /external/openssl/include/openssl/
x509.h 383 #define XN_FLAG_SEP_COMMA_PLUS (1 << 16) /* RFC2253 ,+ */
402 * RFC2253 requires this.
409 /* Complete set of RFC2253 flags */
    [all...]
asn1.h 440 * RFC2253 special characters, control characters and
499 * RFC2253 #XXXXX notation.
504 /* All the string flags consistent with RFC2253,
506 * RFC2253 but it is advisable anyway.
    [all...]
  /libcore/luni/src/main/java/javax/net/ssl/
DistinguishedNameParser.java 42 this.dn = principal.getName(X500Principal.RFC2253);
  /libcore/luni/src/test/java/libcore/javax/security/auth/x500/
X500PrincipalTest.java 76 X500Principal.RFC2253
  /external/openssl/apps/
apps.c 1297 { "RFC2253", XN_FLAG_RFC2253, 0xffffffffL},
    [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/4/
android.jar 

Completed in 720 milliseconds

1 2