final class com.sun.crypto.provider.DESedeKey implements javax.crypto.SecretKey
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.crypto.provider.DESedeKey
  super_class: java.lang.Object
{
  static final long serialVersionUID;
    descriptor: J
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 2463986565756745178

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

  void <init>(byte[]);
    descriptor: ([B)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.crypto.provider.DESedeKey this
        start local 1 // byte[] key
         0: .line 58
            aload 0 /* this */
            aload 1 /* key */
            iconst_0
            invokespecial com.sun.crypto.provider.DESedeKey.<init>:([BI)V
         1: .line 59
            return
        end local 1 // byte[] key
        end local 0 // com.sun.crypto.provider.DESedeKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/crypto/provider/DESedeKey;
            0    2     1   key  [B
    Exceptions:
      throws java.security.InvalidKeyException
    MethodParameters:
      Name  Flags
      key   

  void <init>(byte[], int);
    descriptor: ([BI)V
    flags: (0x0000) 
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // com.sun.crypto.provider.DESedeKey this
        start local 1 // byte[] key
        start local 2 // int offset
         0: .line 71
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 73
            aload 1 /* key */
            ifnull 2
            aload 1 /* key */
            arraylength
            iload 2 /* offset */
            isub
            bipush 24
            if_icmpge 3
         2: .line 74
      StackMap locals: com.sun.crypto.provider.DESedeKey byte[] int
      StackMap stack:
            new java.security.InvalidKeyException
            dup
            ldc "Wrong key size"
            invokespecial java.security.InvalidKeyException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 76
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 24
            newarray 8
            putfield com.sun.crypto.provider.DESedeKey.key:[B
         4: .line 77
            aload 1 /* key */
            iload 2 /* offset */
            aload 0 /* this */
            getfield com.sun.crypto.provider.DESedeKey.key:[B
            iconst_0
         5: .line 78
            bipush 24
         6: .line 77
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         7: .line 79
            aload 0 /* this */
            getfield com.sun.crypto.provider.DESedeKey.key:[B
            iconst_0
            invokestatic com.sun.crypto.provider.DESKeyGenerator.setParityBit:([BI)V
         8: .line 80
            aload 0 /* this */
            getfield com.sun.crypto.provider.DESedeKey.key:[B
            bipush 8
            invokestatic com.sun.crypto.provider.DESKeyGenerator.setParityBit:([BI)V
         9: .line 81
            aload 0 /* this */
            getfield com.sun.crypto.provider.DESedeKey.key:[B
            bipush 16
            invokestatic com.sun.crypto.provider.DESKeyGenerator.setParityBit:([BI)V
        10: .line 84
            aload 0 /* this */
            getfield com.sun.crypto.provider.DESedeKey.key:[B
            astore 3 /* k */
        start local 3 // byte[] k
        11: .line 85
            invokestatic jdk.internal.ref.CleanerFactory.cleaner:()Ljava/lang/ref/Cleaner;
            aload 0 /* this */
        12: .line 86
            aload 3 /* k */
            invokedynamic run([B)Ljava/lang/Runnable;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()V
                  com/sun/crypto/provider/DESedeKey.lambda$0([B)V (6)
                  ()V
        13: .line 85
            invokevirtual java.lang.ref.Cleaner.register:(Ljava/lang/Object;Ljava/lang/Runnable;)Ljava/lang/ref/Cleaner$Cleanable;
            pop
        14: .line 87
            return
        end local 3 // byte[] k
        end local 2 // int offset
        end local 1 // byte[] key
        end local 0 // com.sun.crypto.provider.DESedeKey this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   15     0    this  Lcom/sun/crypto/provider/DESedeKey;
            0   15     1     key  [B
            0   15     2  offset  I
           11   15     3       k  [B
    Exceptions:
      throws java.security.InvalidKeyException
    MethodParameters:
        Name  Flags
      key     
      offset  

  public byte[] getEncoded();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // com.sun.crypto.provider.DESedeKey this
         0: .line 92
            aload 0 /* this */
            getfield com.sun.crypto.provider.DESedeKey.key:[B
            invokevirtual byte[].clone:()Ljava/lang/Object;
            checkcast byte[]
            astore 1 /* result */
        start local 1 // byte[] result
         1: .line 93
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
         2: .line 94
            aload 1 /* result */
            areturn
        end local 1 // byte[] result
        end local 0 // com.sun.crypto.provider.DESedeKey this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/sun/crypto/provider/DESedeKey;
            1    3     1  result  [B

  public java.lang.String getAlgorithm();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.crypto.provider.DESedeKey this
         0: .line 98
            ldc "DESede"
            areturn
        end local 0 // com.sun.crypto.provider.DESedeKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/crypto/provider/DESedeKey;

  public java.lang.String getFormat();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.crypto.provider.DESedeKey this
         0: .line 102
            ldc "RAW"
            areturn
        end local 0 // com.sun.crypto.provider.DESedeKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/crypto/provider/DESedeKey;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // com.sun.crypto.provider.DESedeKey this
         0: .line 110
            iconst_0
            istore 1 /* retval */
        start local 1 // int retval
         1: .line 111
            iconst_1
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 112
      StackMap locals: int int
      StackMap stack:
            iload 1 /* retval */
            aload 0 /* this */
            getfield com.sun.crypto.provider.DESedeKey.key:[B
            iload 2 /* i */
            baload
            iload 2 /* i */
            imul
            iadd
            istore 1 /* retval */
         4: .line 111
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* this */
            getfield com.sun.crypto.provider.DESedeKey.key:[B
            arraylength
            if_icmplt 3
        end local 2 // int i
         6: .line 114
            iload 1 /* retval */
            ldc "desede"
            invokevirtual java.lang.String.hashCode:()I
            ixor
            dup
            istore 1 /* retval */
            ireturn
        end local 1 // int retval
        end local 0 // com.sun.crypto.provider.DESedeKey this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lcom/sun/crypto/provider/DESedeKey;
            1    7     1  retval  I
            2    6     2       i  I

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // com.sun.crypto.provider.DESedeKey this
        start local 1 // java.lang.Object obj
         0: .line 118
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 119
            iconst_1
            ireturn
         2: .line 121
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof javax.crypto.SecretKey
            ifne 4
         3: .line 122
            iconst_0
            ireturn
         4: .line 124
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast javax.crypto.SecretKey
            invokeinterface javax.crypto.SecretKey.getAlgorithm:()Ljava/lang/String;
            astore 2 /* thatAlg */
        start local 2 // java.lang.String thatAlg
         5: .line 125
            aload 2 /* thatAlg */
            ldc "DESede"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 8
         6: .line 126
            aload 2 /* thatAlg */
            ldc "TripleDES"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 8
         7: .line 127
            iconst_0
            ireturn
         8: .line 129
      StackMap locals: java.lang.String
      StackMap stack:
            aload 1 /* obj */
            checkcast javax.crypto.SecretKey
            invokeinterface javax.crypto.SecretKey.getEncoded:()[B
            astore 3 /* thatKey */
        start local 3 // byte[] thatKey
         9: .line 130
            aload 0 /* this */
            getfield com.sun.crypto.provider.DESedeKey.key:[B
            aload 3 /* thatKey */
            invokestatic java.security.MessageDigest.isEqual:([B[B)Z
            istore 4 /* ret */
        start local 4 // boolean ret
        10: .line 131
            aload 3 /* thatKey */
            iconst_0
            invokestatic java.util.Arrays.fill:([BB)V
        11: .line 132
            iload 4 /* ret */
            ireturn
        end local 4 // boolean ret
        end local 3 // byte[] thatKey
        end local 2 // java.lang.String thatAlg
        end local 1 // java.lang.Object obj
        end local 0 // com.sun.crypto.provider.DESedeKey this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   12     0     this  Lcom/sun/crypto/provider/DESedeKey;
            0   12     1      obj  Ljava/lang/Object;
            5   12     2  thatAlg  Ljava/lang/String;
            9   12     3  thatKey  [B
           10   12     4      ret  Z
    MethodParameters:
      Name  Flags
      obj   

  private void readObject(java.io.ObjectInputStream);
    descriptor: (Ljava/io/ObjectInputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.crypto.provider.DESedeKey this
        start local 1 // java.io.ObjectInputStream s
         0: .line 142
            aload 1 /* s */
            invokevirtual java.io.ObjectInputStream.defaultReadObject:()V
         1: .line 143
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.crypto.provider.DESedeKey.key:[B
            invokevirtual byte[].clone:()Ljava/lang/Object;
            checkcast byte[]
            putfield com.sun.crypto.provider.DESedeKey.key:[B
         2: .line 144
            return
        end local 1 // java.io.ObjectInputStream s
        end local 0 // com.sun.crypto.provider.DESedeKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/crypto/provider/DESedeKey;
            0    3     1     s  Ljava/io/ObjectInputStream;
    Exceptions:
      throws java.io.IOException, java.lang.ClassNotFoundException
    MethodParameters:
      Name  Flags
      s     

  private java.lang.Object writeReplace();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // com.sun.crypto.provider.DESedeKey this
         0: .line 155
            new java.security.KeyRep
            dup
            getstatic java.security.KeyRep$Type.SECRET:Ljava/security/KeyRep$Type;
         1: .line 156
            aload 0 /* this */
            invokevirtual com.sun.crypto.provider.DESedeKey.getAlgorithm:()Ljava/lang/String;
         2: .line 157
            aload 0 /* this */
            invokevirtual com.sun.crypto.provider.DESedeKey.getFormat:()Ljava/lang/String;
         3: .line 158
            aload 0 /* this */
            invokevirtual com.sun.crypto.provider.DESedeKey.getEncoded:()[B
         4: .line 155
            invokespecial java.security.KeyRep.<init>:(Ljava/security/KeyRep$Type;Ljava/lang/String;Ljava/lang/String;[B)V
            areturn
        end local 0 // com.sun.crypto.provider.DESedeKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/crypto/provider/DESedeKey;
    Exceptions:
      throws java.io.ObjectStreamException

  private static void lambda$0(byte[]);
    descriptor: ([B)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 86
            aload 0
            iconst_0
            invokestatic java.util.Arrays.fill:([BB)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "DESedeKey.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract Cleanable = java.lang.ref.Cleaner$Cleanable of java.lang.ref.Cleaner
  public final Type = java.security.KeyRep$Type of java.security.KeyRep