public class org.bouncycastle.asn1.x509.qualified.Iso4217CurrencyCode extends org.bouncycastle.asn1.ASN1Encodable implements org.bouncycastle.asn1.ASN1Choice
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.asn1.x509.qualified.Iso4217CurrencyCode
  super_class: org.bouncycastle.asn1.ASN1Encodable
{
  final int ALPHABETIC_MAXSIZE;
    descriptor: I
    flags: (0x0010) ACC_FINAL
    ConstantValue: 3

  final int NUMERIC_MINSIZE;
    descriptor: I
    flags: (0x0010) ACC_FINAL
    ConstantValue: 1

  final int NUMERIC_MAXSIZE;
    descriptor: I
    flags: (0x0010) ACC_FINAL
    ConstantValue: 999

  org.bouncycastle.asn1.DEREncodable obj;
    descriptor: Lorg/bouncycastle/asn1/DEREncodable;
    flags: (0x0000) 

  int numeric;
    descriptor: I
    flags: (0x0000) 

  public static org.bouncycastle.asn1.x509.qualified.Iso4217CurrencyCode getInstance(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/bouncycastle/asn1/x509/qualified/Iso4217CurrencyCode;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 34
            aload 0 /* obj */
            ifnull 1
            aload 0 /* obj */
            instanceof org.bouncycastle.asn1.x509.qualified.Iso4217CurrencyCode
            ifeq 2
         1: .line 36
      StackMap locals:
      StackMap stack:
            aload 0 /* obj */
            checkcast org.bouncycastle.asn1.x509.qualified.Iso4217CurrencyCode
            areturn
         2: .line 39
      StackMap locals:
      StackMap stack:
            aload 0 /* obj */
            instanceof org.bouncycastle.asn1.DERInteger
            ifeq 6
         3: .line 41
            aload 0 /* obj */
            invokestatic org.bouncycastle.asn1.DERInteger.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/DERInteger;
            astore 1 /* numericobj */
        start local 1 // org.bouncycastle.asn1.DERInteger numericobj
         4: .line 42
            aload 1 /* numericobj */
            invokevirtual org.bouncycastle.asn1.DERInteger.getValue:()Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.intValue:()I
            istore 2 /* numeric */
        start local 2 // int numeric
         5: .line 43
            new org.bouncycastle.asn1.x509.qualified.Iso4217CurrencyCode
            dup
            iload 2 /* numeric */
            invokespecial org.bouncycastle.asn1.x509.qualified.Iso4217CurrencyCode.<init>:(I)V
            areturn
        end local 2 // int numeric
        end local 1 // org.bouncycastle.asn1.DERInteger numericobj
         6: .line 46
      StackMap locals:
      StackMap stack:
            aload 0 /* obj */
            instanceof org.bouncycastle.asn1.DERPrintableString
            ifeq 9
         7: .line 48
            aload 0 /* obj */
            invokestatic org.bouncycastle.asn1.DERPrintableString.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/DERPrintableString;
            astore 1 /* alphabetic */
        start local 1 // org.bouncycastle.asn1.DERPrintableString alphabetic
         8: .line 49
            new org.bouncycastle.asn1.x509.qualified.Iso4217CurrencyCode
            dup
            aload 1 /* alphabetic */
            invokevirtual org.bouncycastle.asn1.DERPrintableString.getString:()Ljava/lang/String;
            invokespecial org.bouncycastle.asn1.x509.qualified.Iso4217CurrencyCode.<init>:(Ljava/lang/String;)V
            areturn
        end local 1 // org.bouncycastle.asn1.DERPrintableString alphabetic
         9: .line 51
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "unknown object in getInstance"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   10     0         obj  Ljava/lang/Object;
            4    6     1  numericobj  Lorg/bouncycastle/asn1/DERInteger;
            5    6     2     numeric  I
            8    9     1  alphabetic  Lorg/bouncycastle/asn1/DERPrintableString;
    MethodParameters:
      Name  Flags
      obj   

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.bouncycastle.asn1.x509.qualified.Iso4217CurrencyCode this
        start local 1 // int numeric
         0: .line 54
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Encodable.<init>:()V
         1: .line 24
            aload 0 /* this */
            iconst_3
            putfield org.bouncycastle.asn1.x509.qualified.Iso4217CurrencyCode.ALPHABETIC_MAXSIZE:I
         2: .line 25
            aload 0 /* this */
            iconst_1
            putfield org.bouncycastle.asn1.x509.qualified.Iso4217CurrencyCode.NUMERIC_MINSIZE:I
         3: .line 26
            aload 0 /* this */
            sipush 999
            putfield org.bouncycastle.asn1.x509.qualified.Iso4217CurrencyCode.NUMERIC_MAXSIZE:I
         4: .line 57
            iload 1 /* numeric */
            sipush 999
            if_icmpgt 5
            iload 1 /* numeric */
            iconst_1
            if_icmpge 6
         5: .line 59
      StackMap locals: org.bouncycastle.asn1.x509.qualified.Iso4217CurrencyCode int
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "wrong size in numeric code : not in (1..999)"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 61
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new org.bouncycastle.asn1.DERInteger
            dup
            iload 1 /* numeric */
            invokespecial org.bouncycastle.asn1.DERInteger.<init>:(I)V
            putfield org.bouncycastle.asn1.x509.qualified.Iso4217CurrencyCode.obj:Lorg/bouncycastle/asn1/DEREncodable;
         7: .line 62
            return
        end local 1 // int numeric
        end local 0 // org.bouncycastle.asn1.x509.qualified.Iso4217CurrencyCode this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lorg/bouncycastle/asn1/x509/qualified/Iso4217CurrencyCode;
            0    8     1  numeric  I
    MethodParameters:
         Name  Flags
      numeric  

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.bouncycastle.asn1.x509.qualified.Iso4217CurrencyCode this
        start local 1 // java.lang.String alphabetic
         0: .line 64
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Encodable.<init>:()V
         1: .line 24
            aload 0 /* this */
            iconst_3
            putfield org.bouncycastle.asn1.x509.qualified.Iso4217CurrencyCode.ALPHABETIC_MAXSIZE:I
         2: .line 25
            aload 0 /* this */
            iconst_1
            putfield org.bouncycastle.asn1.x509.qualified.Iso4217CurrencyCode.NUMERIC_MINSIZE:I
         3: .line 26
            aload 0 /* this */
            sipush 999
            putfield org.bouncycastle.asn1.x509.qualified.Iso4217CurrencyCode.NUMERIC_MAXSIZE:I
         4: .line 67
            aload 1 /* alphabetic */
            invokevirtual java.lang.String.length:()I
            iconst_3
            if_icmple 6
         5: .line 69
            new java.lang.IllegalArgumentException
            dup
            ldc "wrong size in alphabetic code : max size is 3"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 71
      StackMap locals: org.bouncycastle.asn1.x509.qualified.Iso4217CurrencyCode java.lang.String
      StackMap stack:
            aload 0 /* this */
            new org.bouncycastle.asn1.DERPrintableString
            dup
            aload 1 /* alphabetic */
            invokespecial org.bouncycastle.asn1.DERPrintableString.<init>:(Ljava/lang/String;)V
            putfield org.bouncycastle.asn1.x509.qualified.Iso4217CurrencyCode.obj:Lorg/bouncycastle/asn1/DEREncodable;
         7: .line 72
            return
        end local 1 // java.lang.String alphabetic
        end local 0 // org.bouncycastle.asn1.x509.qualified.Iso4217CurrencyCode this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lorg/bouncycastle/asn1/x509/qualified/Iso4217CurrencyCode;
            0    8     1  alphabetic  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      alphabetic  

  public boolean isAlphabetic();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.x509.qualified.Iso4217CurrencyCode this
         0: .line 76
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.qualified.Iso4217CurrencyCode.obj:Lorg/bouncycastle/asn1/DEREncodable;
            instanceof org.bouncycastle.asn1.DERPrintableString
            ireturn
        end local 0 // org.bouncycastle.asn1.x509.qualified.Iso4217CurrencyCode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/x509/qualified/Iso4217CurrencyCode;

  public java.lang.String getAlphabetic();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.x509.qualified.Iso4217CurrencyCode this
         0: .line 81
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.qualified.Iso4217CurrencyCode.obj:Lorg/bouncycastle/asn1/DEREncodable;
            checkcast org.bouncycastle.asn1.DERPrintableString
            invokevirtual org.bouncycastle.asn1.DERPrintableString.getString:()Ljava/lang/String;
            areturn
        end local 0 // org.bouncycastle.asn1.x509.qualified.Iso4217CurrencyCode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/x509/qualified/Iso4217CurrencyCode;

  public int getNumeric();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.x509.qualified.Iso4217CurrencyCode this
         0: .line 86
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.qualified.Iso4217CurrencyCode.obj:Lorg/bouncycastle/asn1/DEREncodable;
            checkcast org.bouncycastle.asn1.DERInteger
            invokevirtual org.bouncycastle.asn1.DERInteger.getValue:()Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.intValue:()I
            ireturn
        end local 0 // org.bouncycastle.asn1.x509.qualified.Iso4217CurrencyCode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/x509/qualified/Iso4217CurrencyCode;

  public org.bouncycastle.asn1.DERObject toASN1Object();
    descriptor: ()Lorg/bouncycastle/asn1/DERObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.x509.qualified.Iso4217CurrencyCode this
         0: .line 91
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.qualified.Iso4217CurrencyCode.obj:Lorg/bouncycastle/asn1/DEREncodable;
            invokeinterface org.bouncycastle.asn1.DEREncodable.getDERObject:()Lorg/bouncycastle/asn1/DERObject;
            areturn
        end local 0 // org.bouncycastle.asn1.x509.qualified.Iso4217CurrencyCode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/x509/qualified/Iso4217CurrencyCode;
}
SourceFile: "Iso4217CurrencyCode.java"