HomeSort by relevance Sort by last modified time
    Searched defs:dNSName (Results 1 - 3 of 3) sorted by null

  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
GeneralName.java 27 * dNSName [2] IA5String,
52 public static final int dNSName = 2;
93 * label, the domain name MUST be stored in the dNSName (an IA5String).
130 * <li>dNSName
151 if (tag == rfc822Name || tag == dNSName || tag == uniformResourceIdentifier)
200 case dNSName:
258 case dNSName:
  /external/openssl/crypto/x509v3/
x509v3.h 190 ASN1_IA5STRING *dNSName;
201 ASN1_IA5STRING *ia5;/* rfc822Name, dNSName, uniformResourceIdentifier */
  /external/openssl/include/openssl/
x509v3.h 190 ASN1_IA5STRING *dNSName;
201 ASN1_IA5STRING *ia5;/* rfc822Name, dNSName, uniformResourceIdentifier */

Completed in 71 milliseconds