Searched refs:rfc822Name (Results 1 - 14 of 14) 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:
H A DPKIXNameConstraintValidator.java57 case GeneralName.rfc822Name:
91 case GeneralName.rfc822Name:
146 case GeneralName.rfc822Name:
173 case GeneralName.rfc822Name:
201 case GeneralName.rfc822Name:
/external/boringssl/src/crypto/x509v3/
H A Dv3_ncons.c275 gntmp.d.rfc822Name = X509_NAME_ENTRY_get_data(ne);
276 if (gntmp.d.rfc822Name->type != V_ASN1_IA5STRING)
364 return nc_email(gen->d.rfc822Name, base->d.rfc822Name);
H A Dv3_genn.c83 ASN1_IMP(GENERAL_NAME, d.rfc822Name, ASN1_IA5STRING, GEN_EMAIL),
H A Dv3_utl.c946 cstr = gen->d.rfc822Name;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/extension/
H A DX509ExtensionUtil.java78 case GeneralName.rfc822Name:
/external/google-tv-pairing-protocol/java/src/com/google/polo/ssl/
H A DCsrUtil.java89 new GeneralName(GeneralName.rfc822Name, EMAIL)));
H A DSslUtil.java185 new GeneralName(GeneralName.rfc822Name, "android-tv-remote-support@google.com")));
/external/boringssl/include/openssl/
H A Dx509v3.h186 ASN1_IA5STRING *rfc822Name; member in union:GENERAL_NAME_st::__anon510
198 ASN1_IA5STRING *ia5;/* rfc822Name, dNSName, uniformResourceIdentifier */
/external/boringssl/src/include/openssl/
H A Dx509v3.h186 ASN1_IA5STRING *rfc822Name; member in union:GENERAL_NAME_st::__anon598
198 ASN1_IA5STRING *ia5;/* rfc822Name, dNSName, uniformResourceIdentifier */
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
H A DX509CertificateObject.java887 case GeneralName.rfc822Name:
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DX509CertificateObject.java909 case GeneralName.rfc822Name:
H A DRFC3280CertPathUtilities.java1235 GeneralName emailAsGeneralName = new GeneralName(GeneralName.rfc822Name, email);
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...

Completed in 308 milliseconds