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

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

  private java.lang.String type;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  void <init>(javax.crypto.spec.PBEKeySpec, java.lang.String);
    descriptor: (Ljavax/crypto/spec/PBEKeySpec;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // com.sun.crypto.provider.PBEKey this
        start local 1 // javax.crypto.spec.PBEKeySpec keySpec
        start local 2 // java.lang.String keytype
         0: .line 53
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 54
            aload 1 /* keySpec */
            invokevirtual javax.crypto.spec.PBEKeySpec.getPassword:()[C
            astore 3 /* passwd */
        start local 3 // char[] passwd
         2: .line 55
            aload 3 /* passwd */
            ifnonnull 4
         3: .line 57
            iconst_0
            newarray 5
            astore 3 /* passwd */
         4: .line 59
      StackMap locals: com.sun.crypto.provider.PBEKey javax.crypto.spec.PBEKeySpec java.lang.String char[]
      StackMap stack:
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         5: goto 9
         6: .line 60
      StackMap locals: int
      StackMap stack:
            aload 3 /* passwd */
            iload 4 /* i */
            caload
            bipush 32
            if_icmplt 7
            aload 3 /* passwd */
            iload 4 /* i */
            caload
            bipush 126
            if_icmple 8
         7: .line 61
      StackMap locals:
      StackMap stack:
            new java.security.spec.InvalidKeySpecException
            dup
            ldc "Password is not ASCII"
            invokespecial java.security.spec.InvalidKeySpecException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 59
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 4 /* i */
            aload 3 /* passwd */
            arraylength
            if_icmplt 6
        end local 4 // int i
        10: .line 64
            aload 0 /* this */
            aload 3 /* passwd */
            arraylength
            newarray 8
            putfield com.sun.crypto.provider.PBEKey.key:[B
        11: .line 65
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        12: goto 15
        13: .line 66
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.crypto.provider.PBEKey.key:[B
            iload 4 /* i */
            aload 3 /* passwd */
            iload 4 /* i */
            caload
            bipush 127
            iand
            i2b
            bastore
        14: .line 65
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 4 /* i */
            aload 3 /* passwd */
            arraylength
            if_icmplt 13
        end local 4 // int i
        16: .line 67
            aload 3 /* passwd */
            bipush 32
            invokestatic java.util.Arrays.fill:([CC)V
        17: .line 68
            aload 0 /* this */
            aload 2 /* keytype */
            putfield com.sun.crypto.provider.PBEKey.type:Ljava/lang/String;
        18: .line 69
            return
        end local 3 // char[] passwd
        end local 2 // java.lang.String keytype
        end local 1 // javax.crypto.spec.PBEKeySpec keySpec
        end local 0 // com.sun.crypto.provider.PBEKey this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   19     0     this  Lcom/sun/crypto/provider/PBEKey;
            0   19     1  keySpec  Ljavax/crypto/spec/PBEKeySpec;
            0   19     2  keytype  Ljava/lang/String;
            2   19     3   passwd  [C
            5   10     4        i  I
           12   16     4        i  I
    Exceptions:
      throws java.security.spec.InvalidKeySpecException
    MethodParameters:
         Name  Flags
      keySpec  
      keytype  

  public synchronized byte[] getEncoded();
    descriptor: ()[B
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.crypto.provider.PBEKey this
         0: .line 72
            aload 0 /* this */
            getfield com.sun.crypto.provider.PBEKey.key:[B
            invokevirtual byte[].clone:()Ljava/lang/Object;
            checkcast byte[]
            areturn
        end local 0 // com.sun.crypto.provider.PBEKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/crypto/provider/PBEKey;

  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.PBEKey this
         0: .line 76
            aload 0 /* this */
            getfield com.sun.crypto.provider.PBEKey.type:Ljava/lang/String;
            areturn
        end local 0 // com.sun.crypto.provider.PBEKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/crypto/provider/PBEKey;

  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.PBEKey this
         0: .line 80
            ldc "RAW"
            areturn
        end local 0 // com.sun.crypto.provider.PBEKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/crypto/provider/PBEKey;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // com.sun.crypto.provider.PBEKey this
         0: .line 88
            iconst_0
            istore 1 /* retval */
        start local 1 // int retval
         1: .line 89
            iconst_1
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 90
      StackMap locals: int int
      StackMap stack:
            iload 1 /* retval */
            aload 0 /* this */
            getfield com.sun.crypto.provider.PBEKey.key:[B
            iload 2 /* i */
            baload
            iload 2 /* i */
            imul
            iadd
            istore 1 /* retval */
         4: .line 89
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* this */
            getfield com.sun.crypto.provider.PBEKey.key:[B
            arraylength
            if_icmplt 3
        end local 2 // int i
         6: .line 92
            iload 1 /* retval */
            aload 0 /* this */
            invokevirtual com.sun.crypto.provider.PBEKey.getAlgorithm:()Ljava/lang/String;
            invokevirtual java.lang.String.toLowerCase:()Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            ixor
            dup
            istore 1 /* retval */
            ireturn
        end local 1 // int retval
        end local 0 // com.sun.crypto.provider.PBEKey this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lcom/sun/crypto/provider/PBEKey;
            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.PBEKey this
        start local 1 // java.lang.Object obj
         0: .line 96
            aload 1 /* obj */
            aload 0 /* this */
            if_acmpne 2
         1: .line 97
            iconst_1
            ireturn
         2: .line 99
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof javax.crypto.SecretKey
            ifne 4
         3: .line 100
            iconst_0
            ireturn
         4: .line 102
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast javax.crypto.SecretKey
            astore 2 /* that */
        start local 2 // javax.crypto.SecretKey that
         5: .line 104
            aload 2 /* that */
            invokeinterface javax.crypto.SecretKey.getAlgorithm:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.sun.crypto.provider.PBEKey.type:Ljava/lang/String;
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 7
         6: .line 105
            iconst_0
            ireturn
         7: .line 107
      StackMap locals: javax.crypto.SecretKey
      StackMap stack:
            aload 2 /* that */
            invokeinterface javax.crypto.SecretKey.getEncoded:()[B
            astore 3 /* thatEncoded */
        start local 3 // byte[] thatEncoded
         8: .line 108
            aload 0 /* this */
            getfield com.sun.crypto.provider.PBEKey.key:[B
            aload 3 /* thatEncoded */
            invokestatic java.security.MessageDigest.isEqual:([B[B)Z
            istore 4 /* ret */
        start local 4 // boolean ret
         9: .line 109
            aload 3 /* thatEncoded */
            iconst_0
            invokestatic java.util.Arrays.fill:([BB)V
        10: .line 110
            iload 4 /* ret */
            ireturn
        end local 4 // boolean ret
        end local 3 // byte[] thatEncoded
        end local 2 // javax.crypto.SecretKey that
        end local 1 // java.lang.Object obj
        end local 0 // com.sun.crypto.provider.PBEKey this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   11     0         this  Lcom/sun/crypto/provider/PBEKey;
            0   11     1          obj  Ljava/lang/Object;
            5   11     2         that  Ljavax/crypto/SecretKey;
            8   11     3  thatEncoded  [B
            9   11     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.PBEKey this
        start local 1 // java.io.ObjectInputStream s
         0: .line 120
            aload 1 /* s */
            invokevirtual java.io.ObjectInputStream.defaultReadObject:()V
         1: .line 121
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.crypto.provider.PBEKey.key:[B
            invokevirtual byte[].clone:()Ljava/lang/Object;
            checkcast byte[]
            putfield com.sun.crypto.provider.PBEKey.key:[B
         2: .line 122
            return
        end local 1 // java.io.ObjectInputStream s
        end local 0 // com.sun.crypto.provider.PBEKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/crypto/provider/PBEKey;
            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.PBEKey this
         0: .line 134
            new java.security.KeyRep
            dup
            getstatic java.security.KeyRep$Type.SECRET:Ljava/security/KeyRep$Type;
         1: .line 135
            aload 0 /* this */
            invokevirtual com.sun.crypto.provider.PBEKey.getAlgorithm:()Ljava/lang/String;
         2: .line 136
            aload 0 /* this */
            invokevirtual com.sun.crypto.provider.PBEKey.getFormat:()Ljava/lang/String;
         3: .line 137
            aload 0 /* this */
            invokevirtual com.sun.crypto.provider.PBEKey.getEncoded:()[B
         4: .line 134
            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.PBEKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/crypto/provider/PBEKey;
    Exceptions:
      throws java.io.ObjectStreamException

  protected void finalize();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // com.sun.crypto.provider.PBEKey this
         0: .line 146
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         1: .line 147
            aload 0 /* this */
            getfield com.sun.crypto.provider.PBEKey.key:[B
            ifnull 4
         2: .line 148
            aload 0 /* this */
            getfield com.sun.crypto.provider.PBEKey.key:[B
            iconst_0
            invokestatic java.util.Arrays.fill:([BB)V
         3: .line 149
            aload 0 /* this */
            aconst_null
            putfield com.sun.crypto.provider.PBEKey.key:[B
         4: .line 146
      StackMap locals: com.sun.crypto.provider.PBEKey
      StackMap stack:
            aload 1
            monitorexit
         5: goto 11
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: aload 1
            monitorexit
         7: athrow
         8: .line 152
      StackMap locals: com.sun.crypto.provider.PBEKey
      StackMap stack: java.lang.Throwable
            astore 2
         9: .line 153
            aload 0 /* this */
            invokespecial java.lang.Object.finalize:()V
        10: .line 154
            aload 2
            athrow
        11: .line 153
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial java.lang.Object.finalize:()V
        12: .line 155
            return
        end local 0 // com.sun.crypto.provider.PBEKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lcom/sun/crypto/provider/PBEKey;
      Exception table:
        from    to  target  type
           1     5       6  any
           6     7       6  any
           0     8       8  any
    Exceptions:
      throws java.lang.Throwable
}
SourceFile: "PBEKey.java"
InnerClasses:
  public final Type = java.security.KeyRep$Type of java.security.KeyRep