HomeSort by relevance Sort by last modified time
    Searched defs:ASN1Choice (Results 1 - 2 of 2) sorted by null

  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
ASN1Choice.java 11 public interface ASN1Choice
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1Choice.java 70 * public static final ASN1Choice asn1 = new ASN1Choice(new ASN1Type[] {
130 * public static final ASN1Choice asn1 = new ASN1Choice(new ASN1Type[] {
211 public abstract class ASN1Choice extends ASN1Type {
228 public ASN1Choice(ASN1Type[] type) {
245 } else if (t instanceof ASN1Choice) {
248 int[][] choiceToAdd = ((ASN1Choice) t).identifiers;

Completed in 4990 milliseconds