public final class com.sun.crypto.provider.ARCFOURCipher extends javax.crypto.CipherSpi
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.sun.crypto.provider.ARCFOURCipher
  super_class: javax.crypto.CipherSpi
{
  private final int[] S;
    descriptor: [I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private int is;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int js;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private byte[] lastKey;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.crypto.provider.ARCFOURCipher this
         0: .line 64
            aload 0 /* this */
            invokespecial javax.crypto.CipherSpi.<init>:()V
         1: .line 65
            aload 0 /* this */
            sipush 256
            newarray 10
            putfield com.sun.crypto.provider.ARCFOURCipher.S:[I
         2: .line 66
            return
        end local 0 // com.sun.crypto.provider.ARCFOURCipher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/crypto/provider/ARCFOURCipher;

  private void init(byte[]);
    descriptor: ([B)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // com.sun.crypto.provider.ARCFOURCipher this
        start local 1 // byte[] key
         0: .line 72
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: goto 4
         2: .line 73
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.crypto.provider.ARCFOURCipher.S:[I
            iload 2 /* i */
            iload 2 /* i */
            iastore
         3: .line 72
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         4: iload 2 /* i */
            sipush 256
            if_icmplt 2
        end local 2 // int i
         5: .line 78
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         6: iconst_0
            istore 3 /* j */
        start local 3 // int j
         7: iconst_0
            istore 4 /* ki */
        start local 4 // int ki
         8: goto 17
         9: .line 79
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.crypto.provider.ARCFOURCipher.S:[I
            iload 2 /* i */
            iaload
            istore 5 /* Si */
        start local 5 // int Si
        10: .line 80
            iload 3 /* j */
            iload 5 /* Si */
            iadd
            aload 1 /* key */
            iload 4 /* ki */
            baload
            iadd
            sipush 255
            iand
            istore 3 /* j */
        11: .line 81
            aload 0 /* this */
            getfield com.sun.crypto.provider.ARCFOURCipher.S:[I
            iload 2 /* i */
            aload 0 /* this */
            getfield com.sun.crypto.provider.ARCFOURCipher.S:[I
            iload 3 /* j */
            iaload
            iastore
        12: .line 82
            aload 0 /* this */
            getfield com.sun.crypto.provider.ARCFOURCipher.S:[I
            iload 3 /* j */
            iload 5 /* Si */
            iastore
        13: .line 83
            iinc 4 /* ki */ 1
        14: .line 84
            iload 4 /* ki */
            aload 1 /* key */
            arraylength
            if_icmpne 16
        15: .line 85
            iconst_0
            istore 4 /* ki */
        end local 5 // int Si
        16: .line 78
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        17: iload 2 /* i */
            sipush 256
            if_icmplt 9
        end local 4 // int ki
        end local 3 // int j
        end local 2 // int i
        18: .line 90
            aload 0 /* this */
            iconst_0
            putfield com.sun.crypto.provider.ARCFOURCipher.is:I
        19: .line 91
            aload 0 /* this */
            iconst_0
            putfield com.sun.crypto.provider.ARCFOURCipher.js:I
        20: .line 92
            return
        end local 1 // byte[] key
        end local 0 // com.sun.crypto.provider.ARCFOURCipher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   21     0  this  Lcom/sun/crypto/provider/ARCFOURCipher;
            0   21     1   key  [B
            1    5     2     i  I
            6   18     2     i  I
            7   18     3     j  I
            8   18     4    ki  I
           10   16     5    Si  I
    MethodParameters:
      Name  Flags
      key   

  private void crypt(byte[], int, int, byte[], int);
    descriptor: ([BII[BI)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=8, args_size=6
        start local 0 // com.sun.crypto.provider.ARCFOURCipher this
        start local 1 // byte[] in
        start local 2 // int inOfs
        start local 3 // int inLen
        start local 4 // byte[] out
        start local 5 // int outOfs
         0: .line 97
            aload 0 /* this */
            getfield com.sun.crypto.provider.ARCFOURCipher.is:I
            ifge 10
         1: .line 99
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.crypto.provider.ARCFOURCipher.lastKey:[B
            invokevirtual com.sun.crypto.provider.ARCFOURCipher.init:([B)V
         2: .line 101
            goto 10
         3: .line 102
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.crypto.provider.ARCFOURCipher.is:I
            iconst_1
            iadd
            sipush 255
            iand
            putfield com.sun.crypto.provider.ARCFOURCipher.is:I
         4: .line 103
            aload 0 /* this */
            getfield com.sun.crypto.provider.ARCFOURCipher.S:[I
            aload 0 /* this */
            getfield com.sun.crypto.provider.ARCFOURCipher.is:I
            iaload
            istore 6 /* Si */
        start local 6 // int Si
         5: .line 104
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.crypto.provider.ARCFOURCipher.js:I
            iload 6 /* Si */
            iadd
            sipush 255
            iand
            putfield com.sun.crypto.provider.ARCFOURCipher.js:I
         6: .line 105
            aload 0 /* this */
            getfield com.sun.crypto.provider.ARCFOURCipher.S:[I
            aload 0 /* this */
            getfield com.sun.crypto.provider.ARCFOURCipher.js:I
            iaload
            istore 7 /* Sj */
        start local 7 // int Sj
         7: .line 106
            aload 0 /* this */
            getfield com.sun.crypto.provider.ARCFOURCipher.S:[I
            aload 0 /* this */
            getfield com.sun.crypto.provider.ARCFOURCipher.is:I
            iload 7 /* Sj */
            iastore
         8: .line 107
            aload 0 /* this */
            getfield com.sun.crypto.provider.ARCFOURCipher.S:[I
            aload 0 /* this */
            getfield com.sun.crypto.provider.ARCFOURCipher.js:I
            iload 6 /* Si */
            iastore
         9: .line 108
            aload 4 /* out */
            iload 5 /* outOfs */
            iinc 5 /* outOfs */ 1
            aload 1 /* in */
            iload 2 /* inOfs */
            iinc 2 /* inOfs */ 1
            baload
            aload 0 /* this */
            getfield com.sun.crypto.provider.ARCFOURCipher.S:[I
            iload 6 /* Si */
            iload 7 /* Sj */
            iadd
            sipush 255
            iand
            iaload
            ixor
            i2b
            bastore
        end local 7 // int Sj
        end local 6 // int Si
        10: .line 101
      StackMap locals:
      StackMap stack:
            iload 3 /* inLen */
            iinc 3 /* inLen */ -1
            ifgt 3
        11: .line 110
            return
        end local 5 // int outOfs
        end local 4 // byte[] out
        end local 3 // int inLen
        end local 2 // int inOfs
        end local 1 // byte[] in
        end local 0 // com.sun.crypto.provider.ARCFOURCipher this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Lcom/sun/crypto/provider/ARCFOURCipher;
            0   12     1      in  [B
            0   12     2   inOfs  I
            0   12     3   inLen  I
            0   12     4     out  [B
            0   12     5  outOfs  I
            5   10     6      Si  I
            7   10     7      Sj  I
    MethodParameters:
        Name  Flags
      in      
      inOfs   
      inLen   
      out     
      outOfs  

  protected void engineSetMode(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.sun.crypto.provider.ARCFOURCipher this
        start local 1 // java.lang.String mode
         0: .line 115
            aload 1 /* mode */
            ldc "ECB"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 2
         1: .line 116
            new java.security.NoSuchAlgorithmException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unsupported mode "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* mode */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.security.NoSuchAlgorithmException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 118
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String mode
        end local 0 // com.sun.crypto.provider.ARCFOURCipher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/crypto/provider/ARCFOURCipher;
            0    3     1  mode  Ljava/lang/String;
    Exceptions:
      throws java.security.NoSuchAlgorithmException
    MethodParameters:
      Name  Flags
      mode  

  protected void engineSetPadding(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.crypto.provider.ARCFOURCipher this
        start local 1 // java.lang.String padding
         0: .line 124
            aload 1 /* padding */
            ldc "NoPadding"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 2
         1: .line 125
            new javax.crypto.NoSuchPaddingException
            dup
            ldc "Padding must be NoPadding"
            invokespecial javax.crypto.NoSuchPaddingException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 127
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String padding
        end local 0 // com.sun.crypto.provider.ARCFOURCipher this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/sun/crypto/provider/ARCFOURCipher;
            0    3     1  padding  Ljava/lang/String;
    Exceptions:
      throws javax.crypto.NoSuchPaddingException
    MethodParameters:
         Name  Flags
      padding  

  protected int engineGetBlockSize();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.crypto.provider.ARCFOURCipher this
         0: .line 132
            iconst_0
            ireturn
        end local 0 // com.sun.crypto.provider.ARCFOURCipher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/crypto/provider/ARCFOURCipher;

  protected int engineGetOutputSize(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.sun.crypto.provider.ARCFOURCipher this
        start local 1 // int inputLen
         0: .line 138
            iload 1 /* inputLen */
            ireturn
        end local 1 // int inputLen
        end local 0 // com.sun.crypto.provider.ARCFOURCipher this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/sun/crypto/provider/ARCFOURCipher;
            0    1     1  inputLen  I
    MethodParameters:
          Name  Flags
      inputLen  

  protected byte[] engineGetIV();
    descriptor: ()[B
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.crypto.provider.ARCFOURCipher this
         0: .line 144
            aconst_null
            areturn
        end local 0 // com.sun.crypto.provider.ARCFOURCipher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/crypto/provider/ARCFOURCipher;

  protected java.security.AlgorithmParameters engineGetParameters();
    descriptor: ()Ljava/security/AlgorithmParameters;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.crypto.provider.ARCFOURCipher this
         0: .line 150
            aconst_null
            areturn
        end local 0 // com.sun.crypto.provider.ARCFOURCipher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/crypto/provider/ARCFOURCipher;

  protected void engineInit(int, java.security.Key, java.security.SecureRandom);
    descriptor: (ILjava/security/Key;Ljava/security/SecureRandom;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.sun.crypto.provider.ARCFOURCipher this
        start local 1 // int opmode
        start local 2 // java.security.Key key
        start local 3 // java.security.SecureRandom random
         0: .line 156
            aload 0 /* this */
            iload 1 /* opmode */
            aload 2 /* key */
            invokevirtual com.sun.crypto.provider.ARCFOURCipher.init:(ILjava/security/Key;)V
         1: .line 157
            return
        end local 3 // java.security.SecureRandom random
        end local 2 // java.security.Key key
        end local 1 // int opmode
        end local 0 // com.sun.crypto.provider.ARCFOURCipher this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/crypto/provider/ARCFOURCipher;
            0    2     1  opmode  I
            0    2     2     key  Ljava/security/Key;
            0    2     3  random  Ljava/security/SecureRandom;
    Exceptions:
      throws java.security.InvalidKeyException
    MethodParameters:
        Name  Flags
      opmode  
      key     
      random  

  protected void engineInit(int, java.security.Key, java.security.spec.AlgorithmParameterSpec, java.security.SecureRandom);
    descriptor: (ILjava/security/Key;Ljava/security/spec/AlgorithmParameterSpec;Ljava/security/SecureRandom;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // com.sun.crypto.provider.ARCFOURCipher this
        start local 1 // int opmode
        start local 2 // java.security.Key key
        start local 3 // java.security.spec.AlgorithmParameterSpec params
        start local 4 // java.security.SecureRandom random
         0: .line 163
            aload 3 /* params */
            ifnull 4
         1: .line 164
            new java.security.InvalidAlgorithmParameterException
            dup
         2: .line 165
            ldc "Parameters not supported"
         3: .line 164
            invokespecial java.security.InvalidAlgorithmParameterException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 167
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* opmode */
            aload 2 /* key */
            invokevirtual com.sun.crypto.provider.ARCFOURCipher.init:(ILjava/security/Key;)V
         5: .line 168
            return
        end local 4 // java.security.SecureRandom random
        end local 3 // java.security.spec.AlgorithmParameterSpec params
        end local 2 // java.security.Key key
        end local 1 // int opmode
        end local 0 // com.sun.crypto.provider.ARCFOURCipher this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/sun/crypto/provider/ARCFOURCipher;
            0    6     1  opmode  I
            0    6     2     key  Ljava/security/Key;
            0    6     3  params  Ljava/security/spec/AlgorithmParameterSpec;
            0    6     4  random  Ljava/security/SecureRandom;
    Exceptions:
      throws java.security.InvalidKeyException, java.security.InvalidAlgorithmParameterException
    MethodParameters:
        Name  Flags
      opmode  
      key     
      params  
      random  

  protected void engineInit(int, java.security.Key, java.security.AlgorithmParameters, java.security.SecureRandom);
    descriptor: (ILjava/security/Key;Ljava/security/AlgorithmParameters;Ljava/security/SecureRandom;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // com.sun.crypto.provider.ARCFOURCipher this
        start local 1 // int opmode
        start local 2 // java.security.Key key
        start local 3 // java.security.AlgorithmParameters params
        start local 4 // java.security.SecureRandom random
         0: .line 174
            aload 3 /* params */
            ifnull 4
         1: .line 175
            new java.security.InvalidAlgorithmParameterException
            dup
         2: .line 176
            ldc "Parameters not supported"
         3: .line 175
            invokespecial java.security.InvalidAlgorithmParameterException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 178
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* opmode */
            aload 2 /* key */
            invokevirtual com.sun.crypto.provider.ARCFOURCipher.init:(ILjava/security/Key;)V
         5: .line 179
            return
        end local 4 // java.security.SecureRandom random
        end local 3 // java.security.AlgorithmParameters params
        end local 2 // java.security.Key key
        end local 1 // int opmode
        end local 0 // com.sun.crypto.provider.ARCFOURCipher this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/sun/crypto/provider/ARCFOURCipher;
            0    6     1  opmode  I
            0    6     2     key  Ljava/security/Key;
            0    6     3  params  Ljava/security/AlgorithmParameters;
            0    6     4  random  Ljava/security/SecureRandom;
    Exceptions:
      throws java.security.InvalidKeyException, java.security.InvalidAlgorithmParameterException
    MethodParameters:
        Name  Flags
      opmode  
      key     
      params  
      random  

  private void init(int, java.security.Key);
    descriptor: (ILjava/security/Key;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // com.sun.crypto.provider.ARCFOURCipher this
        start local 1 // int opmode
        start local 2 // java.security.Key key
         0: .line 183
            iload 1 /* opmode */
            iconst_1
            if_icmplt 1
            iload 1 /* opmode */
            iconst_4
            if_icmple 2
         1: .line 184
      StackMap locals:
      StackMap stack:
            new java.security.InvalidKeyException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unknown opmode: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* opmode */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.security.InvalidKeyException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 186
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* key */
            invokestatic com.sun.crypto.provider.ARCFOURCipher.getEncodedKey:(Ljava/security/Key;)[B
            putfield com.sun.crypto.provider.ARCFOURCipher.lastKey:[B
         3: .line 187
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.crypto.provider.ARCFOURCipher.lastKey:[B
            invokevirtual com.sun.crypto.provider.ARCFOURCipher.init:([B)V
         4: .line 188
            return
        end local 2 // java.security.Key key
        end local 1 // int opmode
        end local 0 // com.sun.crypto.provider.ARCFOURCipher this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/sun/crypto/provider/ARCFOURCipher;
            0    5     1  opmode  I
            0    5     2     key  Ljava/security/Key;
    Exceptions:
      throws java.security.InvalidKeyException
    MethodParameters:
        Name  Flags
      opmode  
      key     

  private static byte[] getEncodedKey(java.security.Key);
    descriptor: (Ljava/security/Key;)[B
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // java.security.Key key
         0: .line 193
            aload 0 /* key */
            invokeinterface java.security.Key.getAlgorithm:()Ljava/lang/String;
            astore 1 /* keyAlg */
        start local 1 // java.lang.String keyAlg
         1: .line 194
            aload 1 /* keyAlg */
            ldc "RC4"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 3
            aload 1 /* keyAlg */
            ldc "ARCFOUR"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 3
         2: .line 195
            new java.security.InvalidKeyException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Not an ARCFOUR key: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* keyAlg */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.security.InvalidKeyException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 197
      StackMap locals: java.lang.String
      StackMap stack:
            ldc "RAW"
            aload 0 /* key */
            invokeinterface java.security.Key.getFormat:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 5
         4: .line 198
            new java.security.InvalidKeyException
            dup
            ldc "Key encoding format must be RAW"
            invokespecial java.security.InvalidKeyException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 200
      StackMap locals:
      StackMap stack:
            aload 0 /* key */
            invokeinterface java.security.Key.getEncoded:()[B
            astore 2 /* encodedKey */
        start local 2 // byte[] encodedKey
         6: .line 201
            aload 2 /* encodedKey */
            arraylength
            iconst_5
            if_icmplt 7
            aload 2 /* encodedKey */
            arraylength
            sipush 128
            if_icmple 10
         7: .line 202
      StackMap locals: byte[]
      StackMap stack:
            new java.security.InvalidKeyException
            dup
         8: .line 203
            ldc "Key length must be between 40 and 1024 bit"
         9: .line 202
            invokespecial java.security.InvalidKeyException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 205
      StackMap locals:
      StackMap stack:
            aload 2 /* encodedKey */
            areturn
        end local 2 // byte[] encodedKey
        end local 1 // java.lang.String keyAlg
        end local 0 // java.security.Key key
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   11     0         key  Ljava/security/Key;
            1   11     1      keyAlg  Ljava/lang/String;
            6   11     2  encodedKey  [B
    Exceptions:
      throws java.security.InvalidKeyException
    MethodParameters:
      Name  Flags
      key   

  protected byte[] engineUpdate(byte[], int, int);
    descriptor: ([BII)[B
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=5, args_size=4
        start local 0 // com.sun.crypto.provider.ARCFOURCipher this
        start local 1 // byte[] in
        start local 2 // int inOfs
        start local 3 // int inLen
         0: .line 210
            iload 3 /* inLen */
            newarray 8
            astore 4 /* out */
        start local 4 // byte[] out
         1: .line 211
            aload 0 /* this */
            aload 1 /* in */
            iload 2 /* inOfs */
            iload 3 /* inLen */
            aload 4 /* out */
            iconst_0
            invokevirtual com.sun.crypto.provider.ARCFOURCipher.crypt:([BII[BI)V
         2: .line 212
            aload 4 /* out */
            areturn
        end local 4 // byte[] out
        end local 3 // int inLen
        end local 2 // int inOfs
        end local 1 // byte[] in
        end local 0 // com.sun.crypto.provider.ARCFOURCipher this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/sun/crypto/provider/ARCFOURCipher;
            0    3     1     in  [B
            0    3     2  inOfs  I
            0    3     3  inLen  I
            1    3     4    out  [B
    MethodParameters:
       Name  Flags
      in     
      inOfs  
      inLen  

  protected int engineUpdate(byte[], int, int, byte[], int);
    descriptor: ([BII[BI)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.sun.crypto.provider.ARCFOURCipher this
        start local 1 // byte[] in
        start local 2 // int inOfs
        start local 3 // int inLen
        start local 4 // byte[] out
        start local 5 // int outOfs
         0: .line 218
            aload 4 /* out */
            arraylength
            iload 5 /* outOfs */
            isub
            iload 3 /* inLen */
            if_icmpge 2
         1: .line 219
            new javax.crypto.ShortBufferException
            dup
            ldc "Output buffer too small"
            invokespecial javax.crypto.ShortBufferException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 221
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* in */
            iload 2 /* inOfs */
            iload 3 /* inLen */
            aload 4 /* out */
            iload 5 /* outOfs */
            invokevirtual com.sun.crypto.provider.ARCFOURCipher.crypt:([BII[BI)V
         3: .line 222
            iload 3 /* inLen */
            ireturn
        end local 5 // int outOfs
        end local 4 // byte[] out
        end local 3 // int inLen
        end local 2 // int inOfs
        end local 1 // byte[] in
        end local 0 // com.sun.crypto.provider.ARCFOURCipher this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/sun/crypto/provider/ARCFOURCipher;
            0    4     1      in  [B
            0    4     2   inOfs  I
            0    4     3   inLen  I
            0    4     4     out  [B
            0    4     5  outOfs  I
    Exceptions:
      throws javax.crypto.ShortBufferException
    MethodParameters:
        Name  Flags
      in      
      inOfs   
      inLen   
      out     
      outOfs  

  protected byte[] engineDoFinal(byte[], int, int);
    descriptor: ([BII)[B
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // com.sun.crypto.provider.ARCFOURCipher this
        start local 1 // byte[] in
        start local 2 // int inOfs
        start local 3 // int inLen
         0: .line 227
            aload 0 /* this */
            aload 1 /* in */
            iload 2 /* inOfs */
            iload 3 /* inLen */
            invokevirtual com.sun.crypto.provider.ARCFOURCipher.engineUpdate:([BII)[B
            astore 4 /* out */
        start local 4 // byte[] out
         1: .line 228
            aload 0 /* this */
            iconst_m1
            putfield com.sun.crypto.provider.ARCFOURCipher.is:I
         2: .line 229
            aload 4 /* out */
            areturn
        end local 4 // byte[] out
        end local 3 // int inLen
        end local 2 // int inOfs
        end local 1 // byte[] in
        end local 0 // com.sun.crypto.provider.ARCFOURCipher this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/sun/crypto/provider/ARCFOURCipher;
            0    3     1     in  [B
            0    3     2  inOfs  I
            0    3     3  inLen  I
            1    3     4    out  [B
    MethodParameters:
       Name  Flags
      in     
      inOfs  
      inLen  

  protected int engineDoFinal(byte[], int, int, byte[], int);
    descriptor: ([BII[BI)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=7, args_size=6
        start local 0 // com.sun.crypto.provider.ARCFOURCipher this
        start local 1 // byte[] in
        start local 2 // int inOfs
        start local 3 // int inLen
        start local 4 // byte[] out
        start local 5 // int outOfs
         0: .line 235
            aload 0 /* this */
            aload 1 /* in */
            iload 2 /* inOfs */
            iload 3 /* inLen */
            aload 4 /* out */
            iload 5 /* outOfs */
            invokevirtual com.sun.crypto.provider.ARCFOURCipher.engineUpdate:([BII[BI)I
            istore 6 /* outLen */
        start local 6 // int outLen
         1: .line 236
            aload 0 /* this */
            iconst_m1
            putfield com.sun.crypto.provider.ARCFOURCipher.is:I
         2: .line 237
            iload 6 /* outLen */
            ireturn
        end local 6 // int outLen
        end local 5 // int outOfs
        end local 4 // byte[] out
        end local 3 // int inLen
        end local 2 // int inOfs
        end local 1 // byte[] in
        end local 0 // com.sun.crypto.provider.ARCFOURCipher this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/sun/crypto/provider/ARCFOURCipher;
            0    3     1      in  [B
            0    3     2   inOfs  I
            0    3     3   inLen  I
            0    3     4     out  [B
            0    3     5  outOfs  I
            1    3     6  outLen  I
    Exceptions:
      throws javax.crypto.ShortBufferException
    MethodParameters:
        Name  Flags
      in      
      inOfs   
      inLen   
      out     
      outOfs  

  protected byte[] engineWrap(java.security.Key);
    descriptor: (Ljava/security/Key;)[B
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.crypto.provider.ARCFOURCipher this
        start local 1 // java.security.Key key
         0: .line 243
            aload 1 /* key */
            invokeinterface java.security.Key.getEncoded:()[B
            astore 2 /* encoded */
        start local 2 // byte[] encoded
         1: .line 244
            aload 2 /* encoded */
            ifnull 2
            aload 2 /* encoded */
            arraylength
            ifne 3
         2: .line 245
      StackMap locals: byte[]
      StackMap stack:
            new java.security.InvalidKeyException
            dup
            ldc "Could not obtain encoded key"
            invokespecial java.security.InvalidKeyException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 247
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* encoded */
            iconst_0
            aload 2 /* encoded */
            arraylength
            invokevirtual com.sun.crypto.provider.ARCFOURCipher.engineDoFinal:([BII)[B
            areturn
        end local 2 // byte[] encoded
        end local 1 // java.security.Key key
        end local 0 // com.sun.crypto.provider.ARCFOURCipher this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lcom/sun/crypto/provider/ARCFOURCipher;
            0    4     1      key  Ljava/security/Key;
            1    4     2  encoded  [B
    Exceptions:
      throws javax.crypto.IllegalBlockSizeException, java.security.InvalidKeyException
    MethodParameters:
      Name  Flags
      key   

  protected java.security.Key engineUnwrap(byte[], java.lang.String, int);
    descriptor: ([BLjava/lang/String;I)Ljava/security/Key;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // com.sun.crypto.provider.ARCFOURCipher this
        start local 1 // byte[] wrappedKey
        start local 2 // java.lang.String algorithm
        start local 3 // int type
         0: .line 253
            aload 0 /* this */
            aload 1 /* wrappedKey */
            iconst_0
            aload 1 /* wrappedKey */
            arraylength
            invokevirtual com.sun.crypto.provider.ARCFOURCipher.engineDoFinal:([BII)[B
            astore 4 /* encoded */
        start local 4 // byte[] encoded
         1: .line 254
            aload 4 /* encoded */
            aload 2 /* algorithm */
            iload 3 /* type */
            invokestatic com.sun.crypto.provider.ConstructKeys.constructKey:([BLjava/lang/String;I)Ljava/security/Key;
            areturn
        end local 4 // byte[] encoded
        end local 3 // int type
        end local 2 // java.lang.String algorithm
        end local 1 // byte[] wrappedKey
        end local 0 // com.sun.crypto.provider.ARCFOURCipher this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/sun/crypto/provider/ARCFOURCipher;
            0    2     1  wrappedKey  [B
            0    2     2   algorithm  Ljava/lang/String;
            0    2     3        type  I
            1    2     4     encoded  [B
    Exceptions:
      throws java.security.InvalidKeyException, java.security.NoSuchAlgorithmException
    MethodParameters:
            Name  Flags
      wrappedKey  
      algorithm   
      type        

  protected int engineGetKeySize(java.security.Key);
    descriptor: (Ljava/security/Key;)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.crypto.provider.ARCFOURCipher this
        start local 1 // java.security.Key key
         0: .line 259
            aload 1 /* key */
            invokestatic com.sun.crypto.provider.ARCFOURCipher.getEncodedKey:(Ljava/security/Key;)[B
            astore 2 /* encodedKey */
        start local 2 // byte[] encodedKey
         1: .line 260
            aload 2 /* encodedKey */
            arraylength
            bipush 8
            invokestatic java.lang.Math.multiplyExact:(II)I
            ireturn
        end local 2 // byte[] encodedKey
        end local 1 // java.security.Key key
        end local 0 // com.sun.crypto.provider.ARCFOURCipher this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/sun/crypto/provider/ARCFOURCipher;
            0    2     1         key  Ljava/security/Key;
            1    2     2  encodedKey  [B
    Exceptions:
      throws java.security.InvalidKeyException
    MethodParameters:
      Name  Flags
      key   
}
SourceFile: "ARCFOURCipher.java"