public final class sun.security.rsa.RSAPublicKeyImpl extends sun.security.x509.X509Key implements java.security.interfaces.RSAPublicKey
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: sun.security.rsa.RSAPublicKeyImpl
  super_class: sun.security.x509.X509Key
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2644735423591199609

  private static final java.math.BigInteger THREE;
    descriptor: Ljava/math/BigInteger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  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 java.security.spec.AlgorithmParameterSpec keyParams;
    descriptor: Ljava/security/spec/AlgorithmParameterSpec;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 56
            ldc 3
            invokestatic java.math.BigInteger.valueOf:(J)Ljava/math/BigInteger;
            putstatic sun.security.rsa.RSAPublicKeyImpl.THREE:Ljava/math/BigInteger;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static java.security.interfaces.RSAPublicKey newKey(byte[]);
    descriptor: ([B)Ljava/security/interfaces/RSAPublicKey;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // byte[] encoded
         0: .line 72
            new sun.security.rsa.RSAPublicKeyImpl
            dup
            aload 0 /* encoded */
            invokespecial sun.security.rsa.RSAPublicKeyImpl.<init>:([B)V
            areturn
        end local 0 // byte[] encoded
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  encoded  [B
    Exceptions:
      throws java.security.InvalidKeyException
    MethodParameters:
         Name  Flags
      encoded  

  public static java.security.interfaces.RSAPublicKey newKey(sun.security.rsa.RSAUtil$KeyType, java.security.spec.AlgorithmParameterSpec, java.math.BigInteger, java.math.BigInteger);
    descriptor: (Lsun/security/rsa/RSAUtil$KeyType;Ljava/security/spec/AlgorithmParameterSpec;Ljava/math/BigInteger;Ljava/math/BigInteger;)Ljava/security/interfaces/RSAPublicKey;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // sun.security.rsa.RSAUtil$KeyType type
        start local 1 // java.security.spec.AlgorithmParameterSpec params
        start local 2 // java.math.BigInteger n
        start local 3 // java.math.BigInteger e
         0: .line 82
            aload 0 /* type */
            aload 1 /* params */
            invokestatic sun.security.rsa.RSAUtil.createAlgorithmId:(Lsun/security/rsa/RSAUtil$KeyType;Ljava/security/spec/AlgorithmParameterSpec;)Lsun/security/x509/AlgorithmId;
            astore 4 /* rsaId */
        start local 4 // sun.security.x509.AlgorithmId rsaId
         1: .line 83
            new sun.security.rsa.RSAPublicKeyImpl
            dup
            aload 4 /* rsaId */
            aload 2 /* n */
            aload 3 /* e */
            invokespecial sun.security.rsa.RSAPublicKeyImpl.<init>:(Lsun/security/x509/AlgorithmId;Ljava/math/BigInteger;Ljava/math/BigInteger;)V
            areturn
        end local 4 // sun.security.x509.AlgorithmId rsaId
        end local 3 // java.math.BigInteger e
        end local 2 // java.math.BigInteger n
        end local 1 // java.security.spec.AlgorithmParameterSpec params
        end local 0 // sun.security.rsa.RSAUtil$KeyType type
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    type  Lsun/security/rsa/RSAUtil$KeyType;
            0    2     1  params  Ljava/security/spec/AlgorithmParameterSpec;
            0    2     2       n  Ljava/math/BigInteger;
            0    2     3       e  Ljava/math/BigInteger;
            1    2     4   rsaId  Lsun/security/x509/AlgorithmId;
    Exceptions:
      throws java.security.InvalidKeyException
    MethodParameters:
        Name  Flags
      type    
      params  
      n       
      e       

  void <init>(sun.security.x509.AlgorithmId, java.math.BigInteger, java.math.BigInteger);
    descriptor: (Lsun/security/x509/AlgorithmId;Ljava/math/BigInteger;Ljava/math/BigInteger;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // sun.security.rsa.RSAPublicKeyImpl this
        start local 1 // sun.security.x509.AlgorithmId rsaId
        start local 2 // java.math.BigInteger n
        start local 3 // java.math.BigInteger e
         0: .line 90
            aload 0 /* this */
            invokespecial sun.security.x509.X509Key.<init>:()V
         1: .line 92
            aload 2 /* n */
            invokevirtual java.math.BigInteger.bitLength:()I
            aload 3 /* e */
            invokestatic sun.security.rsa.RSAKeyFactory.checkRSAProviderKeyLengths:(ILjava/math/BigInteger;)V
         2: .line 93
            aload 2 /* n */
            aload 3 /* e */
            invokestatic sun.security.rsa.RSAPublicKeyImpl.checkExponentRange:(Ljava/math/BigInteger;Ljava/math/BigInteger;)V
         3: .line 95
            aload 0 /* this */
            aload 2 /* n */
            putfield sun.security.rsa.RSAPublicKeyImpl.n:Ljava/math/BigInteger;
         4: .line 96
            aload 0 /* this */
            aload 3 /* e */
            putfield sun.security.rsa.RSAPublicKeyImpl.e:Ljava/math/BigInteger;
         5: .line 97
            aload 0 /* this */
            aload 1 /* rsaId */
            invokestatic sun.security.rsa.RSAUtil.getParamSpec:(Lsun/security/x509/AlgorithmId;)Ljava/security/spec/AlgorithmParameterSpec;
            putfield sun.security.rsa.RSAPublicKeyImpl.keyParams:Ljava/security/spec/AlgorithmParameterSpec;
         6: .line 100
            aload 0 /* this */
            aload 1 /* rsaId */
            putfield sun.security.rsa.RSAPublicKeyImpl.algid:Lsun/security/x509/AlgorithmId;
         7: .line 102
            new sun.security.util.DerOutputStream
            dup
            invokespecial sun.security.util.DerOutputStream.<init>:()V
            astore 4 /* out */
        start local 4 // sun.security.util.DerOutputStream out
         8: .line 103
            aload 4 /* out */
            aload 2 /* n */
            invokevirtual sun.security.util.DerOutputStream.putInteger:(Ljava/math/BigInteger;)V
         9: .line 104
            aload 4 /* out */
            aload 3 /* e */
            invokevirtual sun.security.util.DerOutputStream.putInteger:(Ljava/math/BigInteger;)V
        10: .line 106
            new sun.security.util.DerValue
            dup
            bipush 48
        11: .line 107
            aload 4 /* out */
            invokevirtual sun.security.util.DerOutputStream.toByteArray:()[B
        12: .line 106
            invokespecial sun.security.util.DerValue.<init>:(B[B)V
        13: .line 107
            invokevirtual sun.security.util.DerValue.toByteArray:()[B
        14: .line 105
            astore 5 /* keyArray */
        start local 5 // byte[] keyArray
        15: .line 108
            aload 0 /* this */
            new sun.security.util.BitArray
            dup
            aload 5 /* keyArray */
            arraylength
            bipush 8
            imul
            aload 5 /* keyArray */
            invokespecial sun.security.util.BitArray.<init>:(I[B)V
            invokevirtual sun.security.rsa.RSAPublicKeyImpl.setKey:(Lsun/security/util/BitArray;)V
        end local 5 // byte[] keyArray
        end local 4 // sun.security.util.DerOutputStream out
        16: .line 109
            goto 19
      StackMap locals: sun.security.rsa.RSAPublicKeyImpl sun.security.x509.AlgorithmId java.math.BigInteger java.math.BigInteger
      StackMap stack: java.io.IOException
        17: astore 4 /* exc */
        start local 4 // java.io.IOException exc
        18: .line 111
            new java.security.InvalidKeyException
            dup
            aload 4 /* exc */
            invokespecial java.security.InvalidKeyException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 4 // java.io.IOException exc
        19: .line 113
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.math.BigInteger e
        end local 2 // java.math.BigInteger n
        end local 1 // sun.security.x509.AlgorithmId rsaId
        end local 0 // sun.security.rsa.RSAPublicKeyImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   20     0      this  Lsun/security/rsa/RSAPublicKeyImpl;
            0   20     1     rsaId  Lsun/security/x509/AlgorithmId;
            0   20     2         n  Ljava/math/BigInteger;
            0   20     3         e  Ljava/math/BigInteger;
            8   16     4       out  Lsun/security/util/DerOutputStream;
           15   16     5  keyArray  [B
           18   19     4       exc  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           7    16      17  Class java.io.IOException
    Exceptions:
      throws java.security.InvalidKeyException
    MethodParameters:
       Name  Flags
      rsaId  
      n      
      e      

  void <init>(byte[]);
    descriptor: ([B)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.security.rsa.RSAPublicKeyImpl this
        start local 1 // byte[] encoded
         0: .line 118
            aload 0 /* this */
            invokespecial sun.security.x509.X509Key.<init>:()V
         1: .line 119
            aload 1 /* encoded */
            ifnull 2
            aload 1 /* encoded */
            arraylength
            ifne 3
         2: .line 120
      StackMap locals: sun.security.rsa.RSAPublicKeyImpl byte[]
      StackMap stack:
            new java.security.InvalidKeyException
            dup
            ldc "Missing key encoding"
            invokespecial java.security.InvalidKeyException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 122
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* encoded */
            invokevirtual sun.security.rsa.RSAPublicKeyImpl.decode:([B)V
         4: .line 123
            aload 0 /* this */
            getfield sun.security.rsa.RSAPublicKeyImpl.n:Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.bitLength:()I
            aload 0 /* this */
            getfield sun.security.rsa.RSAPublicKeyImpl.e:Ljava/math/BigInteger;
            invokestatic sun.security.rsa.RSAKeyFactory.checkRSAProviderKeyLengths:(ILjava/math/BigInteger;)V
         5: .line 124
            aload 0 /* this */
            getfield sun.security.rsa.RSAPublicKeyImpl.n:Ljava/math/BigInteger;
            aload 0 /* this */
            getfield sun.security.rsa.RSAPublicKeyImpl.e:Ljava/math/BigInteger;
            invokestatic sun.security.rsa.RSAPublicKeyImpl.checkExponentRange:(Ljava/math/BigInteger;Ljava/math/BigInteger;)V
         6: .line 128
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.rsa.RSAPublicKeyImpl.algid:Lsun/security/x509/AlgorithmId;
            invokestatic sun.security.rsa.RSAUtil.getParamSpec:(Lsun/security/x509/AlgorithmId;)Ljava/security/spec/AlgorithmParameterSpec;
            putfield sun.security.rsa.RSAPublicKeyImpl.keyParams:Ljava/security/spec/AlgorithmParameterSpec;
         7: .line 129
            goto 10
      StackMap locals:
      StackMap stack: java.security.ProviderException
         8: astore 2 /* e */
        start local 2 // java.security.ProviderException e
         9: .line 130
            new java.security.InvalidKeyException
            dup
            aload 2 /* e */
            invokespecial java.security.InvalidKeyException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.security.ProviderException e
        10: .line 132
      StackMap locals:
      StackMap stack:
            return
        end local 1 // byte[] encoded
        end local 0 // sun.security.rsa.RSAPublicKeyImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lsun/security/rsa/RSAPublicKeyImpl;
            0   11     1  encoded  [B
            9   10     2        e  Ljava/security/ProviderException;
      Exception table:
        from    to  target  type
           6     7       8  Class java.security.ProviderException
    Exceptions:
      throws java.security.InvalidKeyException
    MethodParameters:
         Name  Flags
      encoded  

  static void checkExponentRange(java.math.BigInteger, java.math.BigInteger);
    descriptor: (Ljava/math/BigInteger;Ljava/math/BigInteger;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.math.BigInteger mod
        start local 1 // java.math.BigInteger exp
         0: .line 138
            aload 1 /* exp */
            aload 0 /* mod */
            invokevirtual java.math.BigInteger.compareTo:(Ljava/math/BigInteger;)I
            iflt 2
         1: .line 139
            new java.security.InvalidKeyException
            dup
            ldc "exponent is larger than modulus"
            invokespecial java.security.InvalidKeyException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 143
      StackMap locals:
      StackMap stack:
            aload 1 /* exp */
            getstatic sun.security.rsa.RSAPublicKeyImpl.THREE:Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.compareTo:(Ljava/math/BigInteger;)I
            ifge 4
         3: .line 144
            new java.security.InvalidKeyException
            dup
            ldc "exponent is smaller than 3"
            invokespecial java.security.InvalidKeyException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 146
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.math.BigInteger exp
        end local 0 // java.math.BigInteger mod
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0   mod  Ljava/math/BigInteger;
            0    5     1   exp  Ljava/math/BigInteger;
    Exceptions:
      throws java.security.InvalidKeyException
    MethodParameters:
      Name  Flags
      mod   
      exp   

  public java.lang.String getAlgorithm();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.rsa.RSAPublicKeyImpl this
         0: .line 151
            aload 0 /* this */
            getfield sun.security.rsa.RSAPublicKeyImpl.algid:Lsun/security/x509/AlgorithmId;
            invokevirtual sun.security.x509.AlgorithmId.getName:()Ljava/lang/String;
            areturn
        end local 0 // sun.security.rsa.RSAPublicKeyImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/rsa/RSAPublicKeyImpl;

  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.rsa.RSAPublicKeyImpl this
         0: .line 157
            aload 0 /* this */
            getfield sun.security.rsa.RSAPublicKeyImpl.n:Ljava/math/BigInteger;
            areturn
        end local 0 // sun.security.rsa.RSAPublicKeyImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/rsa/RSAPublicKeyImpl;

  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.rsa.RSAPublicKeyImpl this
         0: .line 163
            aload 0 /* this */
            getfield sun.security.rsa.RSAPublicKeyImpl.e:Ljava/math/BigInteger;
            areturn
        end local 0 // sun.security.rsa.RSAPublicKeyImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/rsa/RSAPublicKeyImpl;

  public java.security.spec.AlgorithmParameterSpec getParams();
    descriptor: ()Ljava/security/spec/AlgorithmParameterSpec;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.rsa.RSAPublicKeyImpl this
         0: .line 169
            aload 0 /* this */
            getfield sun.security.rsa.RSAPublicKeyImpl.keyParams:Ljava/security/spec/AlgorithmParameterSpec;
            areturn
        end local 0 // sun.security.rsa.RSAPublicKeyImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/rsa/RSAPublicKeyImpl;

  protected void parseKeyBits();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // sun.security.rsa.RSAPublicKeyImpl this
         0: .line 177
            new sun.security.util.DerInputStream
            dup
            aload 0 /* this */
            invokevirtual sun.security.rsa.RSAPublicKeyImpl.getKey:()Lsun/security/util/BitArray;
            invokevirtual sun.security.util.BitArray.toByteArray:()[B
            invokespecial sun.security.util.DerInputStream.<init>:([B)V
            astore 1 /* in */
        start local 1 // sun.security.util.DerInputStream in
         1: .line 178
            aload 1 /* in */
            invokevirtual sun.security.util.DerInputStream.getDerValue:()Lsun/security/util/DerValue;
            astore 2 /* derValue */
        start local 2 // sun.security.util.DerValue derValue
         2: .line 179
            aload 2 /* derValue */
            getfield sun.security.util.DerValue.tag:B
            bipush 48
            if_icmpeq 4
         3: .line 180
            new java.io.IOException
            dup
            ldc "Not a SEQUENCE"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 182
      StackMap locals: sun.security.util.DerInputStream sun.security.util.DerValue
      StackMap stack:
            aload 2 /* derValue */
            getfield sun.security.util.DerValue.data:Lsun/security/util/DerInputStream;
            astore 3 /* data */
        start local 3 // sun.security.util.DerInputStream data
         5: .line 183
            aload 0 /* this */
            aload 3 /* data */
            invokevirtual sun.security.util.DerInputStream.getPositiveBigInteger:()Ljava/math/BigInteger;
            putfield sun.security.rsa.RSAPublicKeyImpl.n:Ljava/math/BigInteger;
         6: .line 184
            aload 0 /* this */
            aload 3 /* data */
            invokevirtual sun.security.util.DerInputStream.getPositiveBigInteger:()Ljava/math/BigInteger;
            putfield sun.security.rsa.RSAPublicKeyImpl.e:Ljava/math/BigInteger;
         7: .line 185
            aload 2 /* derValue */
            getfield sun.security.util.DerValue.data:Lsun/security/util/DerInputStream;
            invokevirtual sun.security.util.DerInputStream.available:()I
            ifeq 11
         8: .line 186
            new java.io.IOException
            dup
            ldc "Extra data available"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // sun.security.util.DerInputStream data
        end local 2 // sun.security.util.DerValue derValue
        end local 1 // sun.security.util.DerInputStream in
         9: .line 188
      StackMap locals: sun.security.rsa.RSAPublicKeyImpl
      StackMap stack: java.io.IOException
            astore 1 /* e */
        start local 1 // java.io.IOException e
        10: .line 189
            new java.security.InvalidKeyException
            dup
            ldc "Invalid RSA public key"
            aload 1 /* e */
            invokespecial java.security.InvalidKeyException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.io.IOException e
        11: .line 191
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.security.rsa.RSAPublicKeyImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   12     0      this  Lsun/security/rsa/RSAPublicKeyImpl;
            1    9     1        in  Lsun/security/util/DerInputStream;
            2    9     2  derValue  Lsun/security/util/DerValue;
            5    9     3      data  Lsun/security/util/DerInputStream;
           10   11     1         e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     9       9  Class java.io.IOException
    Exceptions:
      throws java.security.InvalidKeyException

  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.rsa.RSAPublicKeyImpl this
         0: .line 196
            new java.lang.StringBuilder
            dup
            ldc "Sun "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual sun.security.rsa.RSAPublicKeyImpl.getAlgorithm:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " public key, "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.security.rsa.RSAPublicKeyImpl.n:Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.bitLength:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         1: .line 197
            ldc " bits"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "\n  params: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.security.rsa.RSAPublicKeyImpl.keyParams:Ljava/security/spec/AlgorithmParameterSpec;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "\n  modulus: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.security.rsa.RSAPublicKeyImpl.n:Ljava/math/BigInteger;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         2: .line 198
            ldc "\n  public exponent: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.security.rsa.RSAPublicKeyImpl.e:Ljava/math/BigInteger;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         3: .line 196
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // sun.security.rsa.RSAPublicKeyImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/security/rsa/RSAPublicKeyImpl;

  protected java.lang.Object writeReplace();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // sun.security.rsa.RSAPublicKeyImpl this
         0: .line 202
            new java.security.KeyRep
            dup
            getstatic java.security.KeyRep$Type.PUBLIC:Ljava/security/KeyRep$Type;
         1: .line 203
            aload 0 /* this */
            invokevirtual sun.security.rsa.RSAPublicKeyImpl.getAlgorithm:()Ljava/lang/String;
         2: .line 204
            aload 0 /* this */
            invokevirtual sun.security.rsa.RSAPublicKeyImpl.getFormat:()Ljava/lang/String;
         3: .line 205
            aload 0 /* this */
            invokevirtual sun.security.rsa.RSAPublicKeyImpl.getEncoded:()[B
         4: .line 202
            invokespecial java.security.KeyRep.<init>:(Ljava/security/KeyRep$Type;Ljava/lang/String;Ljava/lang/String;[B)V
            areturn
        end local 0 // sun.security.rsa.RSAPublicKeyImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/security/rsa/RSAPublicKeyImpl;
    Exceptions:
      throws java.io.ObjectStreamException
}
SourceFile: "RSAPublicKeyImpl.java"
InnerClasses:
  public final Type = java.security.KeyRep$Type of java.security.KeyRep
  public final KeyType = sun.security.rsa.RSAUtil$KeyType of sun.security.rsa.RSAUtil