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

/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
H A DASN1Choice.java11 public interface ASN1Choice interface
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/asn1/
H A DASN1Choice.java72 * public static final ASN1Choice asn1 = new ASN1Choice(new ASN1Type[] {
132 * public static final ASN1Choice asn1 = new ASN1Choice(new ASN1Type[] {
213 public abstract class ASN1Choice extends ASN1Type { class in inherits:ASN1Type
230 public ASN1Choice(ASN1Type[] type) { method in class:ASN1Choice
249 } else if (t instanceof ASN1Choice) {
252 int[][] choiceToAdd = ((ASN1Choice) t).identifiers;

Completed in 1471 milliseconds