class javax.security.auth.kerberos.KeyImpl implements javax.crypto.SecretKey, javax.security.auth.Destroyable, java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javax.security.auth.kerberos.KeyImpl
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -7889313790214321193

  private transient byte[] keyBytes;
    descriptor: [B
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

  private transient int keyType;
    descriptor: I
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

  private volatile transient boolean destroyed;
    descriptor: Z
    flags: (0x00c2) ACC_PRIVATE, ACC_VOLATILE, ACC_TRANSIENT

  public void <init>(byte[], int);
    descriptor: ([BI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // javax.security.auth.kerberos.KeyImpl this
        start local 1 // byte[] keyBytes
        start local 2 // int keyType
         0: .line 66
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 56
            aload 0 /* this */
            iconst_0
            putfield javax.security.auth.kerberos.KeyImpl.destroyed:Z
         2: .line 68
            aload 0 /* this */
            aload 1 /* keyBytes */
            invokevirtual byte[].clone:()Ljava/lang/Object;
            checkcast byte[]
            putfield javax.security.auth.kerberos.KeyImpl.keyBytes:[B
         3: .line 69
            aload 0 /* this */
            iload 2 /* keyType */
            putfield javax.security.auth.kerberos.KeyImpl.keyType:I
         4: .line 70
            return
        end local 2 // int keyType
        end local 1 // byte[] keyBytes
        end local 0 // javax.security.auth.kerberos.KeyImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Ljavax/security/auth/kerberos/KeyImpl;
            0    5     1  keyBytes  [B
            0    5     2   keyType  I
    MethodParameters:
          Name  Flags
      keyBytes  
      keyType   

  public void <init>(javax.security.auth.kerberos.KerberosPrincipal, char[], java.lang.String);
    descriptor: (Ljavax/security/auth/kerberos/KerberosPrincipal;[CLjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // javax.security.auth.kerberos.KeyImpl this
        start local 1 // javax.security.auth.kerberos.KerberosPrincipal principal
        start local 2 // char[] password
        start local 3 // java.lang.String algorithm
         0: .line 82
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 56
            aload 0 /* this */
            iconst_0
            putfield javax.security.auth.kerberos.KeyImpl.destroyed:Z
         2: .line 87
            new sun.security.krb5.PrincipalName
            dup
            aload 1 /* principal */
            invokevirtual javax.security.auth.kerberos.KerberosPrincipal.getName:()Ljava/lang/String;
            invokespecial sun.security.krb5.PrincipalName.<init>:(Ljava/lang/String;)V
            astore 4 /* princ */
        start local 4 // sun.security.krb5.PrincipalName princ
         3: .line 89
            ldc "none"
            aload 3 /* algorithm */
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 6
         4: .line 90
            getstatic sun.security.krb5.EncryptionKey.NULL_KEY:Lsun/security/krb5/EncryptionKey;
            astore 5 /* key */
        start local 5 // sun.security.krb5.EncryptionKey key
         5: .line 91
            goto 7
        end local 5 // sun.security.krb5.EncryptionKey key
         6: .line 92
      StackMap locals: javax.security.auth.kerberos.KeyImpl javax.security.auth.kerberos.KerberosPrincipal char[] java.lang.String sun.security.krb5.PrincipalName
      StackMap stack:
            new sun.security.krb5.EncryptionKey
            dup
            aload 2 /* password */
            aload 4 /* princ */
            invokevirtual sun.security.krb5.PrincipalName.getSalt:()Ljava/lang/String;
            aload 3 /* algorithm */
            invokespecial sun.security.krb5.EncryptionKey.<init>:([CLjava/lang/String;Ljava/lang/String;)V
            astore 5 /* key */
        start local 5 // sun.security.krb5.EncryptionKey key
         7: .line 94
      StackMap locals: sun.security.krb5.EncryptionKey
      StackMap stack:
            aload 0 /* this */
            aload 5 /* key */
            invokevirtual sun.security.krb5.EncryptionKey.getBytes:()[B
            putfield javax.security.auth.kerberos.KeyImpl.keyBytes:[B
         8: .line 95
            aload 0 /* this */
            aload 5 /* key */
            invokevirtual sun.security.krb5.EncryptionKey.getEType:()I
            putfield javax.security.auth.kerberos.KeyImpl.keyType:I
        end local 5 // sun.security.krb5.EncryptionKey key
        end local 4 // sun.security.krb5.PrincipalName princ
         9: .line 96
            goto 12
      StackMap locals: javax.security.auth.kerberos.KeyImpl javax.security.auth.kerberos.KerberosPrincipal char[] java.lang.String
      StackMap stack: sun.security.krb5.KrbException
        10: astore 4 /* e */
        start local 4 // sun.security.krb5.KrbException e
        11: .line 97
            new java.lang.IllegalArgumentException
            dup
            aload 4 /* e */
            invokevirtual sun.security.krb5.KrbException.getMessage:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 4 // sun.security.krb5.KrbException e
        12: .line 99
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.String algorithm
        end local 2 // char[] password
        end local 1 // javax.security.auth.kerberos.KerberosPrincipal principal
        end local 0 // javax.security.auth.kerberos.KeyImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   13     0       this  Ljavax/security/auth/kerberos/KeyImpl;
            0   13     1  principal  Ljavax/security/auth/kerberos/KerberosPrincipal;
            0   13     2   password  [C
            0   13     3  algorithm  Ljava/lang/String;
            3    9     4      princ  Lsun/security/krb5/PrincipalName;
            5    6     5        key  Lsun/security/krb5/EncryptionKey;
            7    9     5        key  Lsun/security/krb5/EncryptionKey;
           11   12     4          e  Lsun/security/krb5/KrbException;
      Exception table:
        from    to  target  type
           2     9      10  Class sun.security.krb5.KrbException
    MethodParameters:
           Name  Flags
      principal  
      password   
      algorithm  

  public final int getKeyType();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javax.security.auth.kerberos.KeyImpl this
         0: .line 105
            aload 0 /* this */
            getfield javax.security.auth.kerberos.KeyImpl.destroyed:Z
            ifeq 2
         1: .line 106
            new java.lang.IllegalStateException
            dup
            ldc "This key is no longer valid"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 107
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.security.auth.kerberos.KeyImpl.keyType:I
            ireturn
        end local 0 // javax.security.auth.kerberos.KeyImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/security/auth/kerberos/KeyImpl;

  public final java.lang.String getAlgorithm();
    descriptor: ()Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javax.security.auth.kerberos.KeyImpl this
         0: .line 115
            aload 0 /* this */
            aload 0 /* this */
            getfield javax.security.auth.kerberos.KeyImpl.keyType:I
            invokevirtual javax.security.auth.kerberos.KeyImpl.getAlgorithmName:(I)Ljava/lang/String;
            areturn
        end local 0 // javax.security.auth.kerberos.KeyImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/security/auth/kerberos/KeyImpl;

  private java.lang.String getAlgorithmName(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javax.security.auth.kerberos.KeyImpl this
        start local 1 // int eType
         0: .line 119
            aload 0 /* this */
            getfield javax.security.auth.kerberos.KeyImpl.destroyed:Z
            ifeq 2
         1: .line 120
            new java.lang.IllegalStateException
            dup
            ldc "This key is no longer valid"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 122
      StackMap locals:
      StackMap stack:
            iload 1 /* eType */
            lookupswitch { // 9
                    0: 11
                    1: 3
                    3: 4
                   16: 5
                   17: 7
                   18: 8
                   19: 9
                   20: 10
                   23: 6
              default: 12
          }
         3: .line 124
      StackMap locals:
      StackMap stack:
            ldc "des-cbc-crc"
            areturn
         4: .line 127
      StackMap locals:
      StackMap stack:
            ldc "des-cbc-md5"
            areturn
         5: .line 130
      StackMap locals:
      StackMap stack:
            ldc "des3-cbc-sha1-kd"
            areturn
         6: .line 133
      StackMap locals:
      StackMap stack:
            ldc "rc4-hmac"
            areturn
         7: .line 136
      StackMap locals:
      StackMap stack:
            ldc "aes128-cts-hmac-sha1-96"
            areturn
         8: .line 139
      StackMap locals:
      StackMap stack:
            ldc "aes256-cts-hmac-sha1-96"
            areturn
         9: .line 142
      StackMap locals:
      StackMap stack:
            ldc "aes128-cts-hmac-sha256-128"
            areturn
        10: .line 145
      StackMap locals:
      StackMap stack:
            ldc "aes256-cts-hmac-sha384-192"
            areturn
        11: .line 148
      StackMap locals:
      StackMap stack:
            ldc "none"
            areturn
        12: .line 151
      StackMap locals:
      StackMap stack:
            iload 1 /* eType */
            ifle 13
            ldc "unknown"
            goto 14
      StackMap locals:
      StackMap stack:
        13: ldc "private"
      StackMap locals:
      StackMap stack: java.lang.String
        14: areturn
        end local 1 // int eType
        end local 0 // javax.security.auth.kerberos.KeyImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   15     0   this  Ljavax/security/auth/kerberos/KeyImpl;
            0   15     1  eType  I
    MethodParameters:
       Name  Flags
      eType  

  public final java.lang.String getFormat();
    descriptor: ()Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javax.security.auth.kerberos.KeyImpl this
         0: .line 156
            aload 0 /* this */
            getfield javax.security.auth.kerberos.KeyImpl.destroyed:Z
            ifeq 2
         1: .line 157
            new java.lang.IllegalStateException
            dup
            ldc "This key is no longer valid"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 158
      StackMap locals:
      StackMap stack:
            ldc "RAW"
            areturn
        end local 0 // javax.security.auth.kerberos.KeyImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/security/auth/kerberos/KeyImpl;

  public final byte[] getEncoded();
    descriptor: ()[B
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javax.security.auth.kerberos.KeyImpl this
         0: .line 162
            aload 0 /* this */
            getfield javax.security.auth.kerberos.KeyImpl.destroyed:Z
            ifeq 2
         1: .line 163
            new java.lang.IllegalStateException
            dup
            ldc "This key is no longer valid"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 164
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.security.auth.kerberos.KeyImpl.keyBytes:[B
            invokevirtual byte[].clone:()Ljava/lang/Object;
            checkcast byte[]
            areturn
        end local 0 // javax.security.auth.kerberos.KeyImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/security/auth/kerberos/KeyImpl;

  public void destroy();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javax.security.auth.kerberos.KeyImpl this
         0: .line 168
            aload 0 /* this */
            getfield javax.security.auth.kerberos.KeyImpl.destroyed:Z
            ifne 3
         1: .line 169
            aload 0 /* this */
            iconst_1
            putfield javax.security.auth.kerberos.KeyImpl.destroyed:Z
         2: .line 170
            aload 0 /* this */
            getfield javax.security.auth.kerberos.KeyImpl.keyBytes:[B
            iconst_0
            invokestatic java.util.Arrays.fill:([BB)V
         3: .line 172
      StackMap locals:
      StackMap stack:
            return
        end local 0 // javax.security.auth.kerberos.KeyImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavax/security/auth/kerberos/KeyImpl;
    Exceptions:
      throws javax.security.auth.DestroyFailedException

  public boolean isDestroyed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.security.auth.kerberos.KeyImpl this
         0: .line 175
            aload 0 /* this */
            getfield javax.security.auth.kerberos.KeyImpl.destroyed:Z
            ireturn
        end local 0 // javax.security.auth.kerberos.KeyImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/security/auth/kerberos/KeyImpl;

  private void writeObject(java.io.ObjectOutputStream);
    descriptor: (Ljava/io/ObjectOutputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // javax.security.auth.kerberos.KeyImpl this
        start local 1 // java.io.ObjectOutputStream ois
         0: .line 189
            aload 0 /* this */
            getfield javax.security.auth.kerberos.KeyImpl.destroyed:Z
            ifeq 2
         1: .line 190
            new java.io.IOException
            dup
            ldc "This key is no longer valid"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 194
      StackMap locals:
      StackMap stack:
            aload 1 /* ois */
            new sun.security.krb5.EncryptionKey
            dup
            aload 0 /* this */
            getfield javax.security.auth.kerberos.KeyImpl.keyType:I
            aload 0 /* this */
            getfield javax.security.auth.kerberos.KeyImpl.keyBytes:[B
            invokespecial sun.security.krb5.EncryptionKey.<init>:(I[B)V
            invokevirtual sun.security.krb5.EncryptionKey.asn1Encode:()[B
            invokevirtual java.io.ObjectOutputStream.writeObject:(Ljava/lang/Object;)V
         3: .line 195
            goto 6
      StackMap locals:
      StackMap stack: sun.security.krb5.Asn1Exception
         4: astore 2 /* ae */
        start local 2 // sun.security.krb5.Asn1Exception ae
         5: .line 196
            new java.io.IOException
            dup
            aload 2 /* ae */
            invokevirtual sun.security.krb5.Asn1Exception.getMessage:()Ljava/lang/String;
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // sun.security.krb5.Asn1Exception ae
         6: .line 198
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.io.ObjectOutputStream ois
        end local 0 // javax.security.auth.kerberos.KeyImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljavax/security/auth/kerberos/KeyImpl;
            0    7     1   ois  Ljava/io/ObjectOutputStream;
            5    6     2    ae  Lsun/security/krb5/Asn1Exception;
      Exception table:
        from    to  target  type
           2     3       4  Class sun.security.krb5.Asn1Exception
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      ois   

  private void readObject(java.io.ObjectInputStream);
    descriptor: (Ljava/io/ObjectInputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // javax.security.auth.kerberos.KeyImpl this
        start local 1 // java.io.ObjectInputStream ois
         0: .line 203
            new sun.security.krb5.EncryptionKey
            dup
         1: .line 204
            new sun.security.util.DerValue
            dup
            aload 1 /* ois */
            invokevirtual java.io.ObjectInputStream.readObject:()Ljava/lang/Object;
            checkcast byte[]
         2: .line 203
            invokespecial sun.security.util.DerValue.<init>:([B)V
            invokespecial sun.security.krb5.EncryptionKey.<init>:(Lsun/security/util/DerValue;)V
            astore 2 /* encKey */
        start local 2 // sun.security.krb5.EncryptionKey encKey
         3: .line 205
            aload 0 /* this */
            aload 2 /* encKey */
            invokevirtual sun.security.krb5.EncryptionKey.getEType:()I
            putfield javax.security.auth.kerberos.KeyImpl.keyType:I
         4: .line 206
            aload 0 /* this */
            aload 2 /* encKey */
            invokevirtual sun.security.krb5.EncryptionKey.getBytes:()[B
            putfield javax.security.auth.kerberos.KeyImpl.keyBytes:[B
        end local 2 // sun.security.krb5.EncryptionKey encKey
         5: .line 207
            goto 8
      StackMap locals:
      StackMap stack: sun.security.krb5.Asn1Exception
         6: astore 2 /* ae */
        start local 2 // sun.security.krb5.Asn1Exception ae
         7: .line 208
            new java.io.IOException
            dup
            aload 2 /* ae */
            invokevirtual sun.security.krb5.Asn1Exception.getMessage:()Ljava/lang/String;
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // sun.security.krb5.Asn1Exception ae
         8: .line 210
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.io.ObjectInputStream ois
        end local 0 // javax.security.auth.kerberos.KeyImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Ljavax/security/auth/kerberos/KeyImpl;
            0    9     1     ois  Ljava/io/ObjectInputStream;
            3    5     2  encKey  Lsun/security/krb5/EncryptionKey;
            7    8     2      ae  Lsun/security/krb5/Asn1Exception;
      Exception table:
        from    to  target  type
           0     5       6  Class sun.security.krb5.Asn1Exception
    Exceptions:
      throws java.io.IOException, java.lang.ClassNotFoundException
    MethodParameters:
      Name  Flags
      ois   

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // javax.security.auth.kerberos.KeyImpl this
         0: .line 213
            new sun.security.util.HexDumpEncoder
            dup
            invokespecial sun.security.util.HexDumpEncoder.<init>:()V
            astore 1 /* hd */
        start local 1 // sun.security.util.HexDumpEncoder hd
         1: .line 214
            new java.lang.StringBuilder
            dup
            ldc "EncryptionKey: keyType="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield javax.security.auth.kerberos.KeyImpl.keyType:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         2: .line 215
            ldc " keyBytes (hex dump)="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         3: .line 216
            aload 0 /* this */
            getfield javax.security.auth.kerberos.KeyImpl.keyBytes:[B
            ifnull 4
            aload 0 /* this */
            getfield javax.security.auth.kerberos.KeyImpl.keyBytes:[B
            arraylength
            ifne 5
         4: .line 217
      StackMap locals: javax.security.auth.kerberos.KeyImpl sun.security.util.HexDumpEncoder
      StackMap stack: java.lang.StringBuilder
            ldc " Empty Key"
            goto 8
         5: .line 218
      StackMap locals:
      StackMap stack: java.lang.StringBuilder
            new java.lang.StringBuilder
            dup
            bipush 10
            invokestatic java.lang.String.valueOf:(C)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* hd */
            aload 0 /* this */
            getfield javax.security.auth.kerberos.KeyImpl.keyBytes:[B
            invokevirtual sun.security.util.HexDumpEncoder.encodeBuffer:([B)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         6: .line 219
            bipush 10
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
         7: .line 218
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         8: .line 216
      StackMap locals: javax.security.auth.kerberos.KeyImpl sun.security.util.HexDumpEncoder
      StackMap stack: java.lang.StringBuilder java.lang.String
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         9: .line 214
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // sun.security.util.HexDumpEncoder hd
        end local 0 // javax.security.auth.kerberos.KeyImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Ljavax/security/auth/kerberos/KeyImpl;
            1   10     1    hd  Lsun/security/util/HexDumpEncoder;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // javax.security.auth.kerberos.KeyImpl this
         0: .line 225
            bipush 17
            istore 1 /* result */
        start local 1 // int result
         1: .line 226
            aload 0 /* this */
            invokevirtual javax.security.auth.kerberos.KeyImpl.isDestroyed:()Z
            ifeq 3
         2: .line 227
            iload 1 /* result */
            ireturn
         3: .line 229
      StackMap locals: int
      StackMap stack:
            bipush 37
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield javax.security.auth.kerberos.KeyImpl.keyBytes:[B
            invokestatic java.util.Arrays.hashCode:([B)I
            iadd
            istore 1 /* result */
         4: .line 230
            bipush 37
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield javax.security.auth.kerberos.KeyImpl.keyType:I
            iadd
            ireturn
        end local 1 // int result
        end local 0 // javax.security.auth.kerberos.KeyImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Ljavax/security/auth/kerberos/KeyImpl;
            1    5     1  result  I

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // javax.security.auth.kerberos.KeyImpl this
        start local 1 // java.lang.Object other
         0: .line 235
            aload 1 /* other */
            aload 0 /* this */
            if_acmpne 2
         1: .line 236
            iconst_1
            ireturn
         2: .line 238
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            instanceof javax.security.auth.kerberos.KeyImpl
            ifne 4
         3: .line 239
            iconst_0
            ireturn
         4: .line 242
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            checkcast javax.security.auth.kerberos.KeyImpl
            astore 2 /* otherKey */
        start local 2 // javax.security.auth.kerberos.KeyImpl otherKey
         5: .line 243
            aload 0 /* this */
            invokevirtual javax.security.auth.kerberos.KeyImpl.isDestroyed:()Z
            ifne 6
            aload 2 /* otherKey */
            invokevirtual javax.security.auth.kerberos.KeyImpl.isDestroyed:()Z
            ifeq 7
         6: .line 244
      StackMap locals: javax.security.auth.kerberos.KeyImpl
      StackMap stack:
            iconst_0
            ireturn
         7: .line 247
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.security.auth.kerberos.KeyImpl.keyType:I
            aload 2 /* otherKey */
            invokevirtual javax.security.auth.kerberos.KeyImpl.getKeyType:()I
            if_icmpne 9
         8: .line 248
            aload 0 /* this */
            getfield javax.security.auth.kerberos.KeyImpl.keyBytes:[B
            aload 2 /* otherKey */
            invokevirtual javax.security.auth.kerberos.KeyImpl.getEncoded:()[B
            invokestatic java.util.Arrays.equals:([B[B)Z
            ifne 10
         9: .line 249
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        10: .line 252
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // javax.security.auth.kerberos.KeyImpl otherKey
        end local 1 // java.lang.Object other
        end local 0 // javax.security.auth.kerberos.KeyImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Ljavax/security/auth/kerberos/KeyImpl;
            0   11     1     other  Ljava/lang/Object;
            5   11     2  otherKey  Ljavax/security/auth/kerberos/KeyImpl;
    MethodParameters:
       Name  Flags
      other  
}
SourceFile: "KeyImpl.java"