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

  private volatile byte[] encoded;
    descriptor: [B
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  void <init>(sun.security.pkcs11.Session, long, java.lang.String, int, sun.security.pkcs11.wrapper.CK_ATTRIBUTE[]);
    descriptor: (Lsun/security/pkcs11/Session;JLjava/lang/String;I[Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;)V
    flags: (0x0000) 
    Code:
      stack=8, locals=7, args_size=6
        start local 0 // sun.security.pkcs11.P11Key$P11SecretKey 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
         0: .line 448
            aload 0 /* this */
            ldc "secret"
            aload 1 /* session */
            lload 2 /* keyID */
            aload 4 /* algorithm */
            iload 5 /* keyLength */
            aload 6 /* attributes */
            invokespecial sun.security.pkcs11.P11Key.<init>:(Ljava/lang/String;Lsun/security/pkcs11/Session;JLjava/lang/String;I[Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;)V
         1: .line 449
            return
        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$P11SecretKey this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lsun/security/pkcs11/P11Key$P11SecretKey;
            0    2     1     session  Lsun/security/pkcs11/Session;
            0    2     2       keyID  J
            0    2     4   algorithm  Ljava/lang/String;
            0    2     5   keyLength  I
            0    2     6  attributes  [Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;
    MethodParameters:
            Name  Flags
      session     
      keyID       
      algorithm   
      keyLength   
      attributes  

  public java.lang.String getFormat();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.pkcs11.P11Key$P11SecretKey this
         0: .line 451
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Key$P11SecretKey.token:Lsun/security/pkcs11/Token;
            invokevirtual sun.security.pkcs11.Token.ensureValid:()V
         1: .line 452
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Key$P11SecretKey.sensitive:Z
            ifne 2
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Key$P11SecretKey.extractable:Z
            ifne 3
         2: .line 453
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         3: .line 455
      StackMap locals:
      StackMap stack:
            ldc "RAW"
            areturn
        end local 0 // sun.security.pkcs11.P11Key$P11SecretKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/security/pkcs11/P11Key$P11SecretKey;

  byte[] getEncodedInternal();
    descriptor: ()[B
    flags: (0x0000) 
    Code:
      stack=7, locals=8, args_size=1
        start local 0 // sun.security.pkcs11.P11Key$P11SecretKey this
         0: .line 459
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Key$P11SecretKey.token:Lsun/security/pkcs11/Token;
            invokevirtual sun.security.pkcs11.Token.ensureValid:()V
         1: .line 460
            aload 0 /* this */
            invokevirtual sun.security.pkcs11.P11Key$P11SecretKey.getFormat:()Ljava/lang/String;
            ifnonnull 3
         2: .line 461
            aconst_null
            areturn
         3: .line 463
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Key$P11SecretKey.encoded:[B
            astore 1 /* b */
        start local 1 // byte[] b
         4: .line 464
            aload 1 /* b */
            ifnonnull 32
         5: .line 465
            aload 0 /* this */
            dup
            astore 2
            monitorenter
         6: .line 466
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Key$P11SecretKey.encoded:[B
            astore 1 /* b */
         7: .line 467
            aload 1 /* b */
            ifnonnull 28
         8: .line 468
            aconst_null
            astore 3 /* tempSession */
        start local 3 // sun.security.pkcs11.Session tempSession
         9: .line 469
            aload 0 /* this */
            invokevirtual sun.security.pkcs11.P11Key$P11SecretKey.getKeyID:()J
            lstore 4 /* keyID */
        start local 4 // long keyID
        10: .line 471
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Key$P11SecretKey.token:Lsun/security/pkcs11/Token;
            invokevirtual sun.security.pkcs11.Token.getOpSession:()Lsun/security/pkcs11/Session;
            astore 3 /* tempSession */
        11: .line 472
            iconst_1
            anewarray sun.security.pkcs11.wrapper.CK_ATTRIBUTE
            dup
            iconst_0
        12: .line 473
            new sun.security.pkcs11.wrapper.CK_ATTRIBUTE
            dup
            ldc 17
            invokespecial sun.security.pkcs11.wrapper.CK_ATTRIBUTE.<init>:(J)V
            aastore
        13: .line 472
            astore 6 /* attributes */
        start local 6 // sun.security.pkcs11.wrapper.CK_ATTRIBUTE[] attributes
        14: .line 475
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Key$P11SecretKey.token:Lsun/security/pkcs11/Token;
            getfield sun.security.pkcs11.Token.p11:Lsun/security/pkcs11/wrapper/PKCS11;
        15: .line 476
            aload 3 /* tempSession */
            invokevirtual sun.security.pkcs11.Session.id:()J
            lload 4 /* keyID */
            aload 6 /* attributes */
        16: .line 475
            invokevirtual sun.security.pkcs11.wrapper.PKCS11.C_GetAttributeValue:(JJ[Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;)V
        17: .line 477
            aload 6 /* attributes */
            iconst_0
            aaload
            invokevirtual sun.security.pkcs11.wrapper.CK_ATTRIBUTE.getByteArray:()[B
            astore 1 /* b */
        end local 6 // sun.security.pkcs11.wrapper.CK_ATTRIBUTE[] attributes
        18: .line 478
            goto 25
      StackMap locals: sun.security.pkcs11.P11Key$P11SecretKey byte[] sun.security.pkcs11.P11Key$P11SecretKey sun.security.pkcs11.Session long
      StackMap stack: sun.security.pkcs11.wrapper.PKCS11Exception
        19: astore 6 /* e */
        start local 6 // sun.security.pkcs11.wrapper.PKCS11Exception e
        20: .line 479
            new java.security.ProviderException
            dup
            aload 6 /* e */
            invokespecial java.security.ProviderException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 6 // sun.security.pkcs11.wrapper.PKCS11Exception e
        21: .line 480
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7
        22: .line 481
            aload 0 /* this */
            invokevirtual sun.security.pkcs11.P11Key$P11SecretKey.releaseKeyID:()V
        23: .line 482
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Key$P11SecretKey.token:Lsun/security/pkcs11/Token;
            aload 3 /* tempSession */
            invokevirtual sun.security.pkcs11.Token.releaseSession:(Lsun/security/pkcs11/Session;)Lsun/security/pkcs11/Session;
            pop
        24: .line 483
            aload 7
            athrow
        25: .line 481
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.security.pkcs11.P11Key$P11SecretKey.releaseKeyID:()V
        26: .line 482
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Key$P11SecretKey.token:Lsun/security/pkcs11/Token;
            aload 3 /* tempSession */
            invokevirtual sun.security.pkcs11.Token.releaseSession:(Lsun/security/pkcs11/Session;)Lsun/security/pkcs11/Session;
            pop
        27: .line 484
            aload 0 /* this */
            aload 1 /* b */
            putfield sun.security.pkcs11.P11Key$P11SecretKey.encoded:[B
        end local 4 // long keyID
        end local 3 // sun.security.pkcs11.Session tempSession
        28: .line 465
      StackMap locals:
      StackMap stack:
            aload 2
            monitorexit
        29: goto 32
      StackMap locals:
      StackMap stack: java.lang.Throwable
        30: aload 2
            monitorexit
        31: athrow
        32: .line 488
      StackMap locals:
      StackMap stack:
            aload 1 /* b */
            areturn
        end local 1 // byte[] b
        end local 0 // sun.security.pkcs11.P11Key$P11SecretKey this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   33     0         this  Lsun/security/pkcs11/P11Key$P11SecretKey;
            4   33     1            b  [B
            9   28     3  tempSession  Lsun/security/pkcs11/Session;
           10   28     4        keyID  J
           14   18     6   attributes  [Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;
           20   21     6            e  Lsun/security/pkcs11/wrapper/PKCS11Exception;
      Exception table:
        from    to  target  type
          10    18      19  Class sun.security.pkcs11.wrapper.PKCS11Exception
          10    21      21  any
           6    29      30  any
          30    31      30  any
}
SourceFile: "P11Key.java"
NestHost: sun.security.pkcs11.P11Key
InnerClasses:
  private P11SecretKey = sun.security.pkcs11.P11Key$P11SecretKey of sun.security.pkcs11.P11Key