Searched defs:rfc822Name (Results 1 - 3 of 3) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DGeneralName.java25 * rfc822Name [1] IA5String,
50 public static final int rfc822Name = 1; field in class:GeneralName
82 * the address MUST be included as an rfc822Name. The format of an
83 * rfc822Name is an "addr-spec" as defined in RFC 822 [RFC 822].
120 * <li>rfc822Name
144 if (tag == rfc822Name || tag == dNSName || tag == uniformResourceIdentifier)
191 case rfc822Name:
250 case rfc822Name:
/external/openssl/crypto/x509v3/
H A Dx509v3.h189 ASN1_IA5STRING *rfc822Name; member in union:GENERAL_NAME_st::__anon10486
201 ASN1_IA5STRING *ia5;/* rfc822Name, dNSName, uniformResourceIdentifier */
/external/openssl/include/openssl/
H A Dx509v3.h189 ASN1_IA5STRING *rfc822Name; member in union:GENERAL_NAME_st::__anon10518
201 ASN1_IA5STRING *ia5;/* rfc822Name, dNSName, uniformResourceIdentifier */

Completed in 171 milliseconds