Home | History | Annotate | Download | only in x509

Lines Matching defs:ASN1

37 import org.apache.harmony.security.asn1.ASN1Choice;
38 import org.apache.harmony.security.asn1.ASN1Implicit;
39 import org.apache.harmony.security.asn1.ASN1OctetString;
40 import org.apache.harmony.security.asn1.ASN1Oid;
41 import org.apache.harmony.security.asn1.ASN1SequenceOf;
42 import org.apache.harmony.security.asn1.ASN1StringType;
43 import org.apache.harmony.security.asn1.ASN1Type;
44 import org.apache.harmony.security.asn1.BerInputStream;
45 import org.apache.harmony.security.asn1.ObjectIdentifier;
113 // ASN1 encoders/decoders for name choices
117 nameASN1[OTHER_NAME] = OtherName.ASN1;
121 nameASN1[X400_ADDR] = ORAddress.ASN1;
122 nameASN1[DIR_NAME] = Name.ASN1;
123 nameASN1[EDIP_NAME] = EDIPartyName.ASN1;
536 encoding = ASN1.encode(this);
675 private static final ASN1SequenceOf NAME_ASN1 = new ASN1SequenceOf(Name.ASN1) {
682 public static final ASN1Choice ASN1 = new ASN1Choice(new ASN1Type[] {
683 new ASN1Implicit(0, OtherName.ASN1),
686 new ASN1Implicit(3, ORAddress.ASN1),
688 new ASN1Implicit(5, EDIPartyName.ASN1),