class sun.security.pkcs11.P11Key$P11TlsMasterSecretKey extends sun.security.pkcs11.P11Key$P11SecretKey implements sun.security.internal.interfaces.TlsMasterSecret
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.security.pkcs11.P11Key$P11TlsMasterSecretKey
  super_class: sun.security.pkcs11.P11Key$P11SecretKey
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -1318560923770573441

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

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

  void <init>(sun.security.pkcs11.Session, long, java.lang.String, int, sun.security.pkcs11.wrapper.CK_ATTRIBUTE[], int, int);
    descriptor: (Lsun/security/pkcs11/Session;JLjava/lang/String;I[Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;II)V
    flags: (0x0000) 
    Code:
      stack=7, locals=9, args_size=8
        start local 0 // sun.security.pkcs11.P11Key$P11TlsMasterSecretKey this
        start local 1 // sun.security.pkcs11.Session session
        start local 2 // long keyID
        start local 4 // java.lang.String algorithm
        start local 5 // int keyLength
        start local 6 // sun.security.pkcs11.wrapper.CK_ATTRIBUTE[] attributes
        start local 7 // int major
        start local 8 // int minor
         0: .line 500
            aload 0 /* this */
            aload 1 /* session */
            lload 2 /* keyID */
            aload 4 /* algorithm */
            iload 5 /* keyLength */
            aload 6 /* attributes */
            invokespecial sun.security.pkcs11.P11Key$P11SecretKey.<init>:(Lsun/security/pkcs11/Session;JLjava/lang/String;I[Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;)V
         1: .line 501
            aload 0 /* this */
            iload 7 /* major */
            putfield sun.security.pkcs11.P11Key$P11TlsMasterSecretKey.majorVersion:I
         2: .line 502
            aload 0 /* this */
            iload 8 /* minor */
            putfield sun.security.pkcs11.P11Key$P11TlsMasterSecretKey.minorVersion:I
         3: .line 503
            return
        end local 8 // int minor
        end local 7 // int major
        end local 6 // sun.security.pkcs11.wrapper.CK_ATTRIBUTE[] attributes
        end local 5 // int keyLength
        end local 4 // java.lang.String algorithm
        end local 2 // long keyID
        end local 1 // sun.security.pkcs11.Session session
        end local 0 // sun.security.pkcs11.P11Key$P11TlsMasterSecretKey this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lsun/security/pkcs11/P11Key$P11TlsMasterSecretKey;
            0    4     1     session  Lsun/security/pkcs11/Session;
            0    4     2       keyID  J
            0    4     4   algorithm  Ljava/lang/String;
            0    4     5   keyLength  I
            0    4     6  attributes  [Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;
            0    4     7       major  I
            0    4     8       minor  I
    MethodParameters:
            Name  Flags
      session     
      keyID       
      algorithm   
      keyLength   
      attributes  
      major       
      minor       

  public int getMajorVersion();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.pkcs11.P11Key$P11TlsMasterSecretKey this
         0: .line 505
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Key$P11TlsMasterSecretKey.majorVersion:I
            ireturn
        end local 0 // sun.security.pkcs11.P11Key$P11TlsMasterSecretKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/pkcs11/P11Key$P11TlsMasterSecretKey;

  public int getMinorVersion();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.pkcs11.P11Key$P11TlsMasterSecretKey this
         0: .line 509
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Key$P11TlsMasterSecretKey.minorVersion:I
            ireturn
        end local 0 // sun.security.pkcs11.P11Key$P11TlsMasterSecretKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/pkcs11/P11Key$P11TlsMasterSecretKey;
}
SourceFile: "P11Key.java"
NestHost: sun.security.pkcs11.P11Key
InnerClasses:
  private P11SecretKey = sun.security.pkcs11.P11Key$P11SecretKey of sun.security.pkcs11.P11Key
  private P11TlsMasterSecretKey = sun.security.pkcs11.P11Key$P11TlsMasterSecretKey of sun.security.pkcs11.P11Key