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

/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
H A DGeneralName.java23 * rfc822Name [1] IA5String,
48 public static final int rfc822Name = 1; field in class:GeneralName
79 * the address MUST be included as an rfc822Name. The format of an
80 * rfc822Name is an "addr-spec" as defined in RFC 822 [RFC 822].
117 * <li>rfc822Name
141 if (tag == rfc822Name || tag == dNSName || tag == uniformResourceIdentifier)
188 case rfc822Name:
235 case rfc822Name:
/external/openssl/crypto/x509v3/
H A Dx509v3.h189 ASN1_IA5STRING *rfc822Name; member in union:GENERAL_NAME_st::__anon4016
201 ASN1_IA5STRING *ia5;/* rfc822Name, dNSName, uniformResourceIdentifier */
/external/openssl/include/openssl/
H A Dx509v3.h189 ASN1_IA5STRING *rfc822Name; member in union:GENERAL_NAME_st::__anon4048
201 ASN1_IA5STRING *ia5;/* rfc822Name, dNSName, uniformResourceIdentifier */

Completed in 236 milliseconds