class sun.security.pkcs11.Secmod$Bytes
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.security.pkcs11.Secmod$Bytes
  super_class: java.lang.Object
{
  final byte[] b;
    descriptor: [B
    flags: (0x0010) ACC_FINAL

  void <init>(byte[]);
    descriptor: ([B)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.pkcs11.Secmod$Bytes this
        start local 1 // byte[] b
         0: .line 729
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 730
            aload 0 /* this */
            aload 1 /* b */
            putfield sun.security.pkcs11.Secmod$Bytes.b:[B
         2: .line 731
            return
        end local 1 // byte[] b
        end local 0 // sun.security.pkcs11.Secmod$Bytes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/security/pkcs11/Secmod$Bytes;
            0    3     1     b  [B
    MethodParameters:
      Name  Flags
      b     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.pkcs11.Secmod$Bytes this
         0: .line 733
            aload 0 /* this */
            getfield sun.security.pkcs11.Secmod$Bytes.b:[B
            invokestatic java.util.Arrays.hashCode:([B)I
            ireturn
        end local 0 // sun.security.pkcs11.Secmod$Bytes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/pkcs11/Secmod$Bytes;

  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 // sun.security.pkcs11.Secmod$Bytes this
        start local 1 // java.lang.Object o
         0: .line 736
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 2
         1: .line 737
            iconst_1
            ireturn
         2: .line 739
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            instanceof sun.security.pkcs11.Secmod$Bytes
            ifne 4
         3: .line 740
            iconst_0
            ireturn
         4: .line 742
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast sun.security.pkcs11.Secmod$Bytes
            astore 2 /* other */
        start local 2 // sun.security.pkcs11.Secmod$Bytes other
         5: .line 743
            aload 0 /* this */
            getfield sun.security.pkcs11.Secmod$Bytes.b:[B
            aload 2 /* other */
            getfield sun.security.pkcs11.Secmod$Bytes.b:[B
            invokestatic java.util.Arrays.equals:([B[B)Z
            ireturn
        end local 2 // sun.security.pkcs11.Secmod$Bytes other
        end local 1 // java.lang.Object o
        end local 0 // sun.security.pkcs11.Secmod$Bytes this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lsun/security/pkcs11/Secmod$Bytes;
            0    6     1      o  Ljava/lang/Object;
            5    6     2  other  Lsun/security/pkcs11/Secmod$Bytes;
    MethodParameters:
      Name  Flags
      o     
}
SourceFile: "Secmod.java"
NestHost: sun.security.pkcs11.Secmod
InnerClasses:
  private Bytes = sun.security.pkcs11.Secmod$Bytes of sun.security.pkcs11.Secmod