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

/libcore/luni/src/main/java/org/apache/harmony/security/asn1/
H A DASN1Choice.java70 * public static final ASN1Choice asn1 = new ASN1Choice(new ASN1Type[] {
130 * public static final ASN1Choice asn1 = new ASN1Choice(new ASN1Type[] {
210 public abstract class ASN1Choice extends ASN1Type { class in inherits:ASN1Type
228 public ASN1Choice(ASN1Type[] type) { method in class:ASN1Choice
244 } else if (t instanceof ASN1Choice) {
247 int[][] choiceToAdd = ((ASN1Choice) t).identifiers;

Completed in 42 milliseconds