abstract class com.sun.crypto.provider.AESWrapCipher extends javax.crypto.CipherSpi
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.crypto.provider.AESWrapCipher
  super_class: javax.crypto.CipherSpi
{
  private static final byte[] IV;
    descriptor: [B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final int blksize;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 16

  private com.sun.crypto.provider.AESCrypt cipher;
    descriptor: Lcom/sun/crypto/provider/AESCrypt;
    flags: (0x0002) ACC_PRIVATE

  private boolean decrypting;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private final int fixedKeySize;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 67
            bipush 8
            newarray 8
            dup
            iconst_0
         1: .line 68
            bipush -90
            bastore
            dup
            iconst_1
            bipush -90
            bastore
            dup
            iconst_2
            bipush -90
            bastore
            dup
            iconst_3
            bipush -90
            bastore
            dup
            iconst_4
         2: .line 69
            bipush -90
            bastore
            dup
            iconst_5
            bipush -90
            bastore
            dup
            bipush 6
            bipush -90
            bastore
            dup
            bipush 7
            bipush -90
            bastore
         3: .line 67
            putstatic com.sun.crypto.provider.AESWrapCipher.IV:[B
         4: .line 72
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.crypto.provider.AESWrapCipher this
        start local 1 // int keySize
         0: .line 94
            aload 0 /* this */
            invokespecial javax.crypto.CipherSpi.<init>:()V
         1: .line 82
            aload 0 /* this */
            iconst_0
            putfield com.sun.crypto.provider.AESWrapCipher.decrypting:Z
         2: .line 95
            aload 0 /* this */
            new com.sun.crypto.provider.AESCrypt
            dup
            invokespecial com.sun.crypto.provider.AESCrypt.<init>:()V
            putfield com.sun.crypto.provider.AESWrapCipher.cipher:Lcom/sun/crypto/provider/AESCrypt;
         3: .line 96
            aload 0 /* this */
            iload 1 /* keySize */
            putfield com.sun.crypto.provider.AESWrapCipher.fixedKeySize:I
         4: .line 98
            return
        end local 1 // int keySize
        end local 0 // com.sun.crypto.provider.AESWrapCipher this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lcom/sun/crypto/provider/AESWrapCipher;
            0    5     1  keySize  I
    MethodParameters:
         Name  Flags
      keySize  

  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.AESWrapCipher this
        start local 1 // java.lang.String mode
         0: .line 111
            aload 1 /* mode */
            ldc "ECB"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 2
         1: .line 112
            new java.security.NoSuchAlgorithmException
            dup
            new java.lang.StringBuilder
            dup
            aload 1 /* mode */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " cannot be used"
            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 114
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String mode
        end local 0 // com.sun.crypto.provider.AESWrapCipher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/crypto/provider/AESWrapCipher;
            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=5, locals=2, args_size=2
        start local 0 // com.sun.crypto.provider.AESWrapCipher this
        start local 1 // java.lang.String padding
         0: .line 127
            aload 1 /* padding */
            ldc "NoPadding"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 2
         1: .line 128
            new javax.crypto.NoSuchPaddingException
            dup
            new java.lang.StringBuilder
            dup
            aload 1 /* padding */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " cannot be used"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial javax.crypto.NoSuchPaddingException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 130
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String padding
        end local 0 // com.sun.crypto.provider.AESWrapCipher this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/sun/crypto/provider/AESWrapCipher;
            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.AESWrapCipher this
         0: .line 138
            bipush 16
            ireturn
        end local 0 // com.sun.crypto.provider.AESWrapCipher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/crypto/provider/AESWrapCipher;

  protected int engineGetOutputSize(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.crypto.provider.AESWrapCipher this
        start local 1 // int inputLen
         0: .line 155
            iconst_0
            istore 2 /* result */
        start local 2 // int result
         1: .line 156
            aload 0 /* this */
            getfield com.sun.crypto.provider.AESWrapCipher.decrypting:Z
            ifeq 4
         2: .line 157
            iload 1 /* inputLen */
            bipush 8
            isub
            istore 2 /* result */
         3: .line 158
            goto 5
         4: .line 159
      StackMap locals: int
      StackMap stack:
            iload 1 /* inputLen */
            bipush 8
            invokestatic java.lang.Math.addExact:(II)I
            istore 2 /* result */
         5: .line 161
      StackMap locals:
      StackMap stack:
            iload 2 /* result */
            ifge 6
            iconst_0
            goto 7
      StackMap locals:
      StackMap stack:
         6: iload 2 /* result */
      StackMap locals:
      StackMap stack: int
         7: ireturn
        end local 2 // int result
        end local 1 // int inputLen
        end local 0 // com.sun.crypto.provider.AESWrapCipher this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lcom/sun/crypto/provider/AESWrapCipher;
            0    8     1  inputLen  I
            1    8     2    result  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.AESWrapCipher this
         0: .line 170
            aconst_null
            areturn
        end local 0 // com.sun.crypto.provider.AESWrapCipher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/crypto/provider/AESWrapCipher;

  protected void engineInit(int, java.security.Key, java.security.SecureRandom);
    descriptor: (ILjava/security/Key;Ljava/security/SecureRandom;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.crypto.provider.AESWrapCipher this
        start local 1 // int opmode
        start local 2 // java.security.Key key
        start local 3 // java.security.SecureRandom random
         0: .line 192
            iload 1 /* opmode */
            iconst_3
            if_icmpne 3
         1: .line 193
            aload 0 /* this */
            iconst_0
            putfield com.sun.crypto.provider.AESWrapCipher.decrypting:Z
         2: .line 194
            goto 7
      StackMap locals:
      StackMap stack:
         3: iload 1 /* opmode */
            iconst_4
            if_icmpne 6
         4: .line 195
            aload 0 /* this */
            iconst_1
            putfield com.sun.crypto.provider.AESWrapCipher.decrypting:Z
         5: .line 196
            goto 7
         6: .line 197
      StackMap locals:
      StackMap stack:
            new java.lang.UnsupportedOperationException
            dup
            ldc "This cipher can only be used for key wrapping and unwrapping"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 200
      StackMap locals:
      StackMap stack:
            aload 2 /* key */
            aload 0 /* this */
            getfield com.sun.crypto.provider.AESWrapCipher.fixedKeySize:I
            invokestatic com.sun.crypto.provider.AESCipher.checkKeySize:(Ljava/security/Key;I)V
         8: .line 201
            aload 0 /* this */
            getfield com.sun.crypto.provider.AESWrapCipher.cipher:Lcom/sun/crypto/provider/AESCrypt;
            aload 0 /* this */
            getfield com.sun.crypto.provider.AESWrapCipher.decrypting:Z
            aload 2 /* key */
            invokeinterface java.security.Key.getAlgorithm:()Ljava/lang/String;
            aload 2 /* key */
            invokeinterface java.security.Key.getEncoded:()[B
            invokevirtual com.sun.crypto.provider.AESCrypt.init:(ZLjava/lang/String;[B)V
         9: .line 202
            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.AESWrapCipher this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lcom/sun/crypto/provider/AESWrapCipher;
            0   10     1  opmode  I
            0   10     2     key  Ljava/security/Key;
            0   10     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=4, locals=5, args_size=5
        start local 0 // com.sun.crypto.provider.AESWrapCipher 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 229
            aload 3 /* params */
            ifnull 2
         1: .line 230
            new java.security.InvalidAlgorithmParameterException
            dup
            ldc "This cipher does not accept any parameters"
            invokespecial java.security.InvalidAlgorithmParameterException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 233
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* opmode */
            aload 2 /* key */
            aload 4 /* random */
            invokevirtual com.sun.crypto.provider.AESWrapCipher.engineInit:(ILjava/security/Key;Ljava/security/SecureRandom;)V
         3: .line 234
            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.AESWrapCipher this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/sun/crypto/provider/AESWrapCipher;
            0    4     1  opmode  I
            0    4     2     key  Ljava/security/Key;
            0    4     3  params  Ljava/security/spec/AlgorithmParameterSpec;
            0    4     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=4, locals=5, args_size=5
        start local 0 // com.sun.crypto.provider.AESWrapCipher 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 260
            aload 3 /* params */
            ifnull 2
         1: .line 261
            new java.security.InvalidAlgorithmParameterException
            dup
            ldc "This cipher does not accept any parameters"
            invokespecial java.security.InvalidAlgorithmParameterException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 264
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* opmode */
            aload 2 /* key */
            aload 4 /* random */
            invokevirtual com.sun.crypto.provider.AESWrapCipher.engineInit:(ILjava/security/Key;Ljava/security/SecureRandom;)V
         3: .line 265
            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.AESWrapCipher this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/sun/crypto/provider/AESWrapCipher;
            0    4     1  opmode  I
            0    4     2     key  Ljava/security/Key;
            0    4     3  params  Ljava/security/AlgorithmParameters;
            0    4     4  random  Ljava/security/SecureRandom;
    Exceptions:
      throws java.security.InvalidKeyException, java.security.InvalidAlgorithmParameterException
    MethodParameters:
        Name  Flags
      opmode  
      key     
      params  
      random  

  protected byte[] engineUpdate(byte[], int, int);
    descriptor: ([BII)[B
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.sun.crypto.provider.AESWrapCipher this
        start local 1 // byte[] in
        start local 2 // int inOffset
        start local 3 // int inLen
         0: .line 283
            new java.lang.IllegalStateException
            dup
            ldc "Cipher has not been initialized"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // int inLen
        end local 2 // int inOffset
        end local 1 // byte[] in
        end local 0 // com.sun.crypto.provider.AESWrapCipher this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/sun/crypto/provider/AESWrapCipher;
            0    1     1        in  [B
            0    1     2  inOffset  I
            0    1     3     inLen  I
    MethodParameters:
          Name  Flags
      in        
      inOffset  
      inLen     

  protected int engineUpdate(byte[], int, int, byte[], int);
    descriptor: ([BII[BI)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // com.sun.crypto.provider.AESWrapCipher this
        start local 1 // byte[] in
        start local 2 // int inOffset
        start local 3 // int inLen
        start local 4 // byte[] out
        start local 5 // int outOffset
         0: .line 307
            new java.lang.IllegalStateException
            dup
            ldc "Cipher has not been initialized"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 5 // int outOffset
        end local 4 // byte[] out
        end local 3 // int inLen
        end local 2 // int inOffset
        end local 1 // byte[] in
        end local 0 // com.sun.crypto.provider.AESWrapCipher this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/sun/crypto/provider/AESWrapCipher;
            0    1     1         in  [B
            0    1     2   inOffset  I
            0    1     3      inLen  I
            0    1     4        out  [B
            0    1     5  outOffset  I
    Exceptions:
      throws javax.crypto.ShortBufferException
    MethodParameters:
           Name  Flags
      in         
      inOffset   
      inLen      
      out        
      outOffset  

  protected byte[] engineDoFinal(byte[], int, int);
    descriptor: ([BII)[B
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.sun.crypto.provider.AESWrapCipher this
        start local 1 // byte[] input
        start local 2 // int inputOffset
        start local 3 // int inputLen
         0: .line 328
            new java.lang.IllegalStateException
            dup
            ldc "Cipher has not been initialized"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // int inputLen
        end local 2 // int inputOffset
        end local 1 // byte[] input
        end local 0 // com.sun.crypto.provider.AESWrapCipher this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/sun/crypto/provider/AESWrapCipher;
            0    1     1        input  [B
            0    1     2  inputOffset  I
            0    1     3     inputLen  I
    Exceptions:
      throws javax.crypto.IllegalBlockSizeException, javax.crypto.BadPaddingException
    MethodParameters:
             Name  Flags
      input        
      inputOffset  
      inputLen     

  protected int engineDoFinal(byte[], int, int, byte[], int);
    descriptor: ([BII[BI)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // com.sun.crypto.provider.AESWrapCipher this
        start local 1 // byte[] in
        start local 2 // int inOffset
        start local 3 // int inLen
        start local 4 // byte[] out
        start local 5 // int outOffset
         0: .line 353
            new java.lang.IllegalStateException
            dup
            ldc "Cipher has not been initialized"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 5 // int outOffset
        end local 4 // byte[] out
        end local 3 // int inLen
        end local 2 // int inOffset
        end local 1 // byte[] in
        end local 0 // com.sun.crypto.provider.AESWrapCipher this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/sun/crypto/provider/AESWrapCipher;
            0    1     1         in  [B
            0    1     2   inOffset  I
            0    1     3      inLen  I
            0    1     4        out  [B
            0    1     5  outOffset  I
    Exceptions:
      throws javax.crypto.IllegalBlockSizeException, javax.crypto.ShortBufferException, javax.crypto.BadPaddingException
    MethodParameters:
           Name  Flags
      in         
      inOffset   
      inLen      
      out        
      outOffset  

  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.AESWrapCipher this
         0: .line 363
            aconst_null
            areturn
        end local 0 // com.sun.crypto.provider.AESWrapCipher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/crypto/provider/AESWrapCipher;

  protected int engineGetKeySize(java.security.Key);
    descriptor: (Ljava/security/Key;)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.sun.crypto.provider.AESWrapCipher this
        start local 1 // java.security.Key key
         0: .line 376
            aload 1 /* key */
            invokeinterface java.security.Key.getEncoded:()[B
            astore 2 /* encoded */
        start local 2 // byte[] encoded
         1: .line 377
            aload 2 /* encoded */
            arraylength
            invokestatic com.sun.crypto.provider.AESCrypt.isKeySizeValid:(I)Z
            ifne 5
         2: .line 378
            new java.security.InvalidKeyException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid key length: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         3: .line 379
            aload 2 /* encoded */
            arraylength
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " bytes"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         4: .line 378
            invokespecial java.security.InvalidKeyException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 381
      StackMap locals: byte[]
      StackMap stack:
            aload 2 /* encoded */
            arraylength
            bipush 8
            invokestatic java.lang.Math.multiplyExact:(II)I
            ireturn
        end local 2 // byte[] encoded
        end local 1 // java.security.Key key
        end local 0 // com.sun.crypto.provider.AESWrapCipher this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lcom/sun/crypto/provider/AESWrapCipher;
            0    6     1      key  Ljava/security/Key;
            1    6     2  encoded  [B
    Exceptions:
      throws java.security.InvalidKeyException
    MethodParameters:
      Name  Flags
      key   

  protected byte[] engineWrap(java.security.Key);
    descriptor: (Ljava/security/Key;)[B
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=11, args_size=2
        start local 0 // com.sun.crypto.provider.AESWrapCipher this
        start local 1 // java.security.Key key
         0: .line 402
            aload 1 /* key */
            invokeinterface java.security.Key.getEncoded:()[B
            astore 2 /* keyVal */
        start local 2 // byte[] keyVal
         1: .line 403
            aload 2 /* keyVal */
            ifnull 2
            aload 2 /* keyVal */
            arraylength
            ifne 3
         2: .line 404
      StackMap locals: byte[]
      StackMap stack:
            new java.security.InvalidKeyException
            dup
            ldc "Cannot get an encoding of the key to be wrapped"
            invokespecial java.security.InvalidKeyException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 407
      StackMap locals:
      StackMap stack:
            aload 2 /* keyVal */
            arraylength
            bipush 8
            invokestatic java.lang.Math.addExact:(II)I
            newarray 8
            astore 3 /* out */
        start local 3 // byte[] out
         4: .line 409
            aload 2 /* keyVal */
            arraylength
            bipush 8
            if_icmpne 9
         5: .line 410
            getstatic com.sun.crypto.provider.AESWrapCipher.IV:[B
            iconst_0
            aload 3 /* out */
            iconst_0
            getstatic com.sun.crypto.provider.AESWrapCipher.IV:[B
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         6: .line 411
            aload 2 /* keyVal */
            iconst_0
            aload 3 /* out */
            getstatic com.sun.crypto.provider.AESWrapCipher.IV:[B
            arraylength
            bipush 8
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         7: .line 412
            aload 0 /* this */
            getfield com.sun.crypto.provider.AESWrapCipher.cipher:Lcom/sun/crypto/provider/AESCrypt;
            aload 3 /* out */
            iconst_0
            aload 3 /* out */
            iconst_0
            invokevirtual com.sun.crypto.provider.AESCrypt.encryptBlock:([BI[BI)V
         8: .line 413
            goto 36
         9: .line 414
      StackMap locals: byte[]
      StackMap stack:
            aload 2 /* keyVal */
            arraylength
            bipush 8
            irem
            ifeq 11
        10: .line 415
            new javax.crypto.IllegalBlockSizeException
            dup
            ldc "length of the to be wrapped key should be multiples of 8 bytes"
            invokespecial javax.crypto.IllegalBlockSizeException.<init>:(Ljava/lang/String;)V
            athrow
        11: .line 418
      StackMap locals:
      StackMap stack:
            getstatic com.sun.crypto.provider.AESWrapCipher.IV:[B
            iconst_0
            aload 3 /* out */
            iconst_0
            getstatic com.sun.crypto.provider.AESWrapCipher.IV:[B
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        12: .line 419
            aload 2 /* keyVal */
            iconst_0
            aload 3 /* out */
            getstatic com.sun.crypto.provider.AESWrapCipher.IV:[B
            arraylength
            aload 2 /* keyVal */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        13: .line 420
            aload 2 /* keyVal */
            arraylength
            bipush 8
            idiv
            istore 4 /* N */
        start local 4 // int N
        14: .line 421
            bipush 16
            newarray 8
            astore 5 /* buffer */
        start local 5 // byte[] buffer
        15: .line 422
            iconst_0
            istore 6 /* j */
        start local 6 // int j
        16: goto 35
        17: .line 423
      StackMap locals: int byte[] int
      StackMap stack:
            iconst_1
            istore 7 /* i */
        start local 7 // int i
        18: goto 33
        19: .line 424
      StackMap locals: int
      StackMap stack:
            iload 7 /* i */
            iload 6 /* j */
            iload 4 /* N */
            imul
            iadd
            istore 8 /* T */
        start local 8 // int T
        20: .line 425
            aload 3 /* out */
            iconst_0
            aload 5 /* buffer */
            iconst_0
            getstatic com.sun.crypto.provider.AESWrapCipher.IV:[B
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        21: .line 426
            aload 3 /* out */
            iload 7 /* i */
            bipush 8
            imul
            aload 5 /* buffer */
            getstatic com.sun.crypto.provider.AESWrapCipher.IV:[B
            arraylength
            bipush 8
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        22: .line 427
            aload 0 /* this */
            getfield com.sun.crypto.provider.AESWrapCipher.cipher:Lcom/sun/crypto/provider/AESCrypt;
            aload 5 /* buffer */
            iconst_0
            aload 5 /* buffer */
            iconst_0
            invokevirtual com.sun.crypto.provider.AESCrypt.encryptBlock:([BI[BI)V
        23: .line 428
            iconst_1
            istore 9 /* k */
        start local 9 // int k
        24: goto 29
        25: .line 429
      StackMap locals: int int
      StackMap stack:
            iload 8 /* T */
            i2b
            istore 10 /* v */
        start local 10 // byte v
        26: .line 430
            aload 5 /* buffer */
            getstatic com.sun.crypto.provider.AESWrapCipher.IV:[B
            arraylength
            iload 9 /* k */
            isub
            dup2
            baload
            iload 10 /* v */
            ixor
            i2b
            bastore
        27: .line 431
            iload 8 /* T */
            bipush 8
            iushr
            istore 8 /* T */
        end local 10 // byte v
        28: .line 428
            iinc 9 /* k */ 1
      StackMap locals:
      StackMap stack:
        29: iload 8 /* T */
            ifne 25
        end local 9 // int k
        30: .line 433
            aload 5 /* buffer */
            iconst_0
            aload 3 /* out */
            iconst_0
            getstatic com.sun.crypto.provider.AESWrapCipher.IV:[B
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        31: .line 434
            aload 5 /* buffer */
            bipush 8
            aload 3 /* out */
            bipush 8
            iload 7 /* i */
            imul
            bipush 8
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        end local 8 // int T
        32: .line 423
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        33: iload 7 /* i */
            iload 4 /* N */
            if_icmple 19
        end local 7 // int i
        34: .line 422
            iinc 6 /* j */ 1
      StackMap locals:
      StackMap stack:
        35: iload 6 /* j */
            bipush 6
            if_icmplt 17
        end local 6 // int j
        end local 5 // byte[] buffer
        end local 4 // int N
        36: .line 438
      StackMap locals:
      StackMap stack:
            aload 3 /* out */
            areturn
        end local 3 // byte[] out
        end local 2 // byte[] keyVal
        end local 1 // java.security.Key key
        end local 0 // com.sun.crypto.provider.AESWrapCipher this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   37     0    this  Lcom/sun/crypto/provider/AESWrapCipher;
            0   37     1     key  Ljava/security/Key;
            1   37     2  keyVal  [B
            4   37     3     out  [B
           14   36     4       N  I
           15   36     5  buffer  [B
           16   36     6       j  I
           18   34     7       i  I
           20   32     8       T  I
           24   30     9       k  I
           26   28    10       v  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=6, locals=13, args_size=4
        start local 0 // com.sun.crypto.provider.AESWrapCipher this
        start local 1 // byte[] wrappedKey
        start local 2 // java.lang.String wrappedKeyAlgorithm
        start local 3 // int wrappedKeyType
         0: .line 466
            aload 1 /* wrappedKey */
            arraylength
            istore 4 /* wrappedKeyLen */
        start local 4 // int wrappedKeyLen
         1: .line 468
            iload 4 /* wrappedKeyLen */
            ifne 3
         2: .line 469
            new java.security.InvalidKeyException
            dup
            ldc "The wrapped key is empty"
            invokespecial java.security.InvalidKeyException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 471
      StackMap locals: int
      StackMap stack:
            iload 4 /* wrappedKeyLen */
            bipush 8
            irem
            ifeq 7
         4: .line 472
            new java.security.InvalidKeyException
            dup
         5: .line 473
            ldc "The wrapped key has invalid key length"
         6: .line 472
            invokespecial java.security.InvalidKeyException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 475
      StackMap locals:
      StackMap stack:
            iload 4 /* wrappedKeyLen */
            bipush 8
            isub
            newarray 8
            astore 5 /* out */
        start local 5 // byte[] out
         8: .line 476
            bipush 16
            newarray 8
            astore 6 /* buffer */
        start local 6 // byte[] buffer
         9: .line 477
            iload 4 /* wrappedKeyLen */
            bipush 16
            if_icmpne 19
        10: .line 478
            aload 0 /* this */
            getfield com.sun.crypto.provider.AESWrapCipher.cipher:Lcom/sun/crypto/provider/AESCrypt;
            aload 1 /* wrappedKey */
            iconst_0
            aload 6 /* buffer */
            iconst_0
            invokevirtual com.sun.crypto.provider.AESCrypt.decryptBlock:([BI[BI)V
        11: .line 479
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        12: goto 16
        13: .line 480
      StackMap locals: byte[] byte[] int
      StackMap stack:
            getstatic com.sun.crypto.provider.AESWrapCipher.IV:[B
            iload 7 /* i */
            baload
            aload 6 /* buffer */
            iload 7 /* i */
            baload
            if_icmpeq 15
        14: .line 481
            new java.security.InvalidKeyException
            dup
            ldc "Integrity check failed"
            invokespecial java.security.InvalidKeyException.<init>:(Ljava/lang/String;)V
            athrow
        15: .line 479
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 7 /* i */
            getstatic com.sun.crypto.provider.AESWrapCipher.IV:[B
            arraylength
            if_icmplt 13
        end local 7 // int i
        17: .line 484
            aload 6 /* buffer */
            getstatic com.sun.crypto.provider.AESWrapCipher.IV:[B
            arraylength
            aload 5 /* out */
            iconst_0
            aload 5 /* out */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        18: .line 485
            goto 47
        19: .line 486
      StackMap locals:
      StackMap stack:
            aload 1 /* wrappedKey */
            iconst_0
            aload 6 /* buffer */
            iconst_0
            getstatic com.sun.crypto.provider.AESWrapCipher.IV:[B
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        20: .line 487
            aload 1 /* wrappedKey */
            getstatic com.sun.crypto.provider.AESWrapCipher.IV:[B
            arraylength
            aload 5 /* out */
            iconst_0
            aload 5 /* out */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        21: .line 488
            aload 5 /* out */
            arraylength
            bipush 8
            idiv
            istore 7 /* N */
        start local 7 // int N
        22: .line 489
            iconst_5
            istore 8 /* j */
        start local 8 // int j
        23: goto 40
        24: .line 490
      StackMap locals: int int
      StackMap stack:
            iload 7 /* N */
            istore 9 /* i */
        start local 9 // int i
        25: goto 38
        26: .line 491
      StackMap locals: int
      StackMap stack:
            iload 9 /* i */
            iload 8 /* j */
            iload 7 /* N */
            imul
            iadd
            istore 10 /* T */
        start local 10 // int T
        27: .line 492
            aload 5 /* out */
            bipush 8
            iload 9 /* i */
            iconst_1
            isub
            imul
            aload 6 /* buffer */
            getstatic com.sun.crypto.provider.AESWrapCipher.IV:[B
            arraylength
            bipush 8
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        28: .line 493
            iconst_1
            istore 11 /* k */
        start local 11 // int k
        29: goto 34
        30: .line 494
      StackMap locals: int int
      StackMap stack:
            iload 10 /* T */
            i2b
            istore 12 /* v */
        start local 12 // byte v
        31: .line 495
            aload 6 /* buffer */
            getstatic com.sun.crypto.provider.AESWrapCipher.IV:[B
            arraylength
            iload 11 /* k */
            isub
            dup2
            baload
            iload 12 /* v */
            ixor
            i2b
            bastore
        32: .line 496
            iload 10 /* T */
            bipush 8
            iushr
            istore 10 /* T */
        end local 12 // byte v
        33: .line 493
            iinc 11 /* k */ 1
      StackMap locals:
      StackMap stack:
        34: iload 10 /* T */
            ifne 30
        end local 11 // int k
        35: .line 498
            aload 0 /* this */
            getfield com.sun.crypto.provider.AESWrapCipher.cipher:Lcom/sun/crypto/provider/AESCrypt;
            aload 6 /* buffer */
            iconst_0
            aload 6 /* buffer */
            iconst_0
            invokevirtual com.sun.crypto.provider.AESCrypt.decryptBlock:([BI[BI)V
        36: .line 499
            aload 6 /* buffer */
            getstatic com.sun.crypto.provider.AESWrapCipher.IV:[B
            arraylength
            aload 5 /* out */
            bipush 8
            iload 9 /* i */
            iconst_1
            isub
            imul
            bipush 8
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        end local 10 // int T
        37: .line 490
            iinc 9 /* i */ -1
      StackMap locals:
      StackMap stack:
        38: iload 9 /* i */
            ifgt 26
        end local 9 // int i
        39: .line 489
            iinc 8 /* j */ -1
      StackMap locals:
      StackMap stack:
        40: iload 8 /* j */
            ifge 24
        end local 8 // int j
        41: .line 502
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        42: goto 46
        43: .line 503
      StackMap locals:
      StackMap stack:
            getstatic com.sun.crypto.provider.AESWrapCipher.IV:[B
            iload 8 /* i */
            baload
            aload 6 /* buffer */
            iload 8 /* i */
            baload
            if_icmpeq 45
        44: .line 504
            new java.security.InvalidKeyException
            dup
            ldc "Integrity check failed"
            invokespecial java.security.InvalidKeyException.<init>:(Ljava/lang/String;)V
            athrow
        45: .line 502
      StackMap locals:
      StackMap stack:
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        46: iload 8 /* i */
            getstatic com.sun.crypto.provider.AESWrapCipher.IV:[B
            arraylength
            if_icmplt 43
        end local 8 // int i
        end local 7 // int N
        47: .line 508
      StackMap locals:
      StackMap stack:
            aload 5 /* out */
            aload 2 /* wrappedKeyAlgorithm */
        48: .line 509
            iload 3 /* wrappedKeyType */
        49: .line 508
            invokestatic com.sun.crypto.provider.ConstructKeys.constructKey:([BLjava/lang/String;I)Ljava/security/Key;
            areturn
        end local 6 // byte[] buffer
        end local 5 // byte[] out
        end local 4 // int wrappedKeyLen
        end local 3 // int wrappedKeyType
        end local 2 // java.lang.String wrappedKeyAlgorithm
        end local 1 // byte[] wrappedKey
        end local 0 // com.sun.crypto.provider.AESWrapCipher this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   50     0                 this  Lcom/sun/crypto/provider/AESWrapCipher;
            0   50     1           wrappedKey  [B
            0   50     2  wrappedKeyAlgorithm  Ljava/lang/String;
            0   50     3       wrappedKeyType  I
            1   50     4        wrappedKeyLen  I
            8   50     5                  out  [B
            9   50     6               buffer  [B
           12   17     7                    i  I
           22   47     7                    N  I
           23   41     8                    j  I
           25   39     9                    i  I
           27   37    10                    T  I
           29   35    11                    k  I
           31   33    12                    v  B
           42   47     8                    i  I
    Exceptions:
      throws java.security.InvalidKeyException, java.security.NoSuchAlgorithmException
    MethodParameters:
                     Name  Flags
      wrappedKey           
      wrappedKeyAlgorithm  
      wrappedKeyType       
}
SourceFile: "AESWrapCipher.java"
NestMembers:
  com.sun.crypto.provider.AESWrapCipher$AES128  com.sun.crypto.provider.AESWrapCipher$AES192  com.sun.crypto.provider.AESWrapCipher$AES256  com.sun.crypto.provider.AESWrapCipher$General
InnerClasses:
  public final AES128 = com.sun.crypto.provider.AESWrapCipher$AES128 of com.sun.crypto.provider.AESWrapCipher
  public final AES192 = com.sun.crypto.provider.AESWrapCipher$AES192 of com.sun.crypto.provider.AESWrapCipher
  public final AES256 = com.sun.crypto.provider.AESWrapCipher$AES256 of com.sun.crypto.provider.AESWrapCipher
  public final General = com.sun.crypto.provider.AESWrapCipher$General of com.sun.crypto.provider.AESWrapCipher