final class sun.security.pkcs11.P11Key$P11RSAPublicKey extends sun.security.pkcs11.P11Key implements java.security.interfaces.RSAPublicKey
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.security.pkcs11.P11Key$P11RSAPublicKey
  super_class: sun.security.pkcs11.P11Key
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -826726289023854455

  private java.math.BigInteger n;
    descriptor: Ljava/math/BigInteger;
    flags: (0x0002) ACC_PRIVATE

  private java.math.BigInteger e;
    descriptor: Ljava/math/BigInteger;
    flags: (0x0002) ACC_PRIVATE

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

  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$P11RSAPublicKey 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 662
            aload 0 /* this */
            ldc "public"
            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 663
            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$P11RSAPublicKey this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lsun/security/pkcs11/P11Key$P11RSAPublicKey;
            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  

  private synchronized void fetchValues();
    descriptor: ()V
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=7, locals=2, args_size=1
        start local 0 // sun.security.pkcs11.P11Key$P11RSAPublicKey this
         0: .line 665
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Key$P11RSAPublicKey.token:Lsun/security/pkcs11/Token;
            invokevirtual sun.security.pkcs11.Token.ensureValid:()V
         1: .line 666
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Key$P11RSAPublicKey.n:Ljava/math/BigInteger;
            ifnull 3
         2: .line 667
            return
         3: .line 669
      StackMap locals:
      StackMap stack:
            iconst_2
            anewarray sun.security.pkcs11.wrapper.CK_ATTRIBUTE
            dup
            iconst_0
         4: .line 670
            new sun.security.pkcs11.wrapper.CK_ATTRIBUTE
            dup
            ldc 288
            invokespecial sun.security.pkcs11.wrapper.CK_ATTRIBUTE.<init>:(J)V
            aastore
            dup
            iconst_1
         5: .line 671
            new sun.security.pkcs11.wrapper.CK_ATTRIBUTE
            dup
            ldc 290
            invokespecial sun.security.pkcs11.wrapper.CK_ATTRIBUTE.<init>:(J)V
            aastore
         6: .line 669
            astore 1 /* attributes */
        start local 1 // sun.security.pkcs11.wrapper.CK_ATTRIBUTE[] attributes
         7: .line 673
            aload 0 /* this */
            aload 1 /* attributes */
            invokevirtual sun.security.pkcs11.P11Key$P11RSAPublicKey.fetchAttributes:([Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;)V
         8: .line 674
            aload 0 /* this */
            aload 1 /* attributes */
            iconst_0
            aaload
            invokevirtual sun.security.pkcs11.wrapper.CK_ATTRIBUTE.getBigInteger:()Ljava/math/BigInteger;
            putfield sun.security.pkcs11.P11Key$P11RSAPublicKey.n:Ljava/math/BigInteger;
         9: .line 675
            aload 0 /* this */
            aload 1 /* attributes */
            iconst_1
            aaload
            invokevirtual sun.security.pkcs11.wrapper.CK_ATTRIBUTE.getBigInteger:()Ljava/math/BigInteger;
            putfield sun.security.pkcs11.P11Key$P11RSAPublicKey.e:Ljava/math/BigInteger;
        10: .line 676
            return
        end local 1 // sun.security.pkcs11.wrapper.CK_ATTRIBUTE[] attributes
        end local 0 // sun.security.pkcs11.P11Key$P11RSAPublicKey this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   11     0        this  Lsun/security/pkcs11/P11Key$P11RSAPublicKey;
            7   11     1  attributes  [Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;

  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$P11RSAPublicKey this
         0: .line 678
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Key$P11RSAPublicKey.token:Lsun/security/pkcs11/Token;
            invokevirtual sun.security.pkcs11.Token.ensureValid:()V
         1: .line 679
            ldc "X.509"
            areturn
        end local 0 // sun.security.pkcs11.P11Key$P11RSAPublicKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/security/pkcs11/P11Key$P11RSAPublicKey;

  synchronized byte[] getEncodedInternal();
    descriptor: ()[B
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // sun.security.pkcs11.P11Key$P11RSAPublicKey this
         0: .line 682
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Key$P11RSAPublicKey.token:Lsun/security/pkcs11/Token;
            invokevirtual sun.security.pkcs11.Token.ensureValid:()V
         1: .line 683
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Key$P11RSAPublicKey.encoded:[B
            ifnonnull 11
         2: .line 684
            aload 0 /* this */
            invokevirtual sun.security.pkcs11.P11Key$P11RSAPublicKey.fetchValues:()V
         3: .line 686
            aload 0 /* this */
         4: .line 687
            getstatic sun.security.rsa.RSAUtil$KeyType.RSA:Lsun/security/rsa/RSAUtil$KeyType;
            aconst_null
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Key$P11RSAPublicKey.n:Ljava/math/BigInteger;
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Key$P11RSAPublicKey.e:Ljava/math/BigInteger;
         5: .line 686
            invokestatic sun.security.rsa.RSAPublicKeyImpl.newKey:(Lsun/security/rsa/RSAUtil$KeyType;Ljava/security/spec/AlgorithmParameterSpec;Ljava/math/BigInteger;Ljava/math/BigInteger;)Ljava/security/interfaces/RSAPublicKey;
         6: .line 687
            invokeinterface java.security.interfaces.RSAPublicKey.getEncoded:()[B
         7: .line 686
            putfield sun.security.pkcs11.P11Key$P11RSAPublicKey.encoded:[B
         8: .line 688
            goto 11
      StackMap locals:
      StackMap stack: java.security.InvalidKeyException
         9: astore 1 /* e */
        start local 1 // java.security.InvalidKeyException e
        10: .line 689
            new java.security.ProviderException
            dup
            aload 1 /* e */
            invokespecial java.security.ProviderException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.security.InvalidKeyException e
        11: .line 692
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Key$P11RSAPublicKey.encoded:[B
            areturn
        end local 0 // sun.security.pkcs11.P11Key$P11RSAPublicKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lsun/security/pkcs11/P11Key$P11RSAPublicKey;
           10   11     1     e  Ljava/security/InvalidKeyException;
      Exception table:
        from    to  target  type
           3     8       9  Class java.security.InvalidKeyException

  public java.math.BigInteger getModulus();
    descriptor: ()Ljava/math/BigInteger;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.pkcs11.P11Key$P11RSAPublicKey this
         0: .line 695
            aload 0 /* this */
            invokevirtual sun.security.pkcs11.P11Key$P11RSAPublicKey.fetchValues:()V
         1: .line 696
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Key$P11RSAPublicKey.n:Ljava/math/BigInteger;
            areturn
        end local 0 // sun.security.pkcs11.P11Key$P11RSAPublicKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/security/pkcs11/P11Key$P11RSAPublicKey;

  public java.math.BigInteger getPublicExponent();
    descriptor: ()Ljava/math/BigInteger;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.pkcs11.P11Key$P11RSAPublicKey this
         0: .line 699
            aload 0 /* this */
            invokevirtual sun.security.pkcs11.P11Key$P11RSAPublicKey.fetchValues:()V
         1: .line 700
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Key$P11RSAPublicKey.e:Ljava/math/BigInteger;
            areturn
        end local 0 // sun.security.pkcs11.P11Key$P11RSAPublicKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/security/pkcs11/P11Key$P11RSAPublicKey;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.security.pkcs11.P11Key$P11RSAPublicKey this
         0: .line 703
            aload 0 /* this */
            invokevirtual sun.security.pkcs11.P11Key$P11RSAPublicKey.fetchValues:()V
         1: .line 704
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokespecial sun.security.pkcs11.P11Key.toString:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "\n  modulus: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Key$P11RSAPublicKey.n:Ljava/math/BigInteger;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         2: .line 705
            ldc "\n  public exponent: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.security.pkcs11.P11Key$P11RSAPublicKey.e:Ljava/math/BigInteger;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         3: .line 704
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // sun.security.pkcs11.P11Key$P11RSAPublicKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/security/pkcs11/P11Key$P11RSAPublicKey;
}
SourceFile: "P11Key.java"
NestHost: sun.security.pkcs11.P11Key
InnerClasses:
  private final P11RSAPublicKey = sun.security.pkcs11.P11Key$P11RSAPublicKey of sun.security.pkcs11.P11Key
  public final KeyType = sun.security.rsa.RSAUtil$KeyType of sun.security.rsa.RSAUtil