public class java.security.spec.RSAPublicKeySpec implements java.security.spec.KeySpec
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: java.security.spec.RSAPublicKeySpec
  super_class: java.lang.Object
{
  private final java.math.BigInteger modulus;
    descriptor: Ljava/math/BigInteger;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.math.BigInteger publicExponent;
    descriptor: Ljava/math/BigInteger;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.security.spec.AlgorithmParameterSpec params;
    descriptor: Ljava/security/spec/AlgorithmParameterSpec;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.math.BigInteger, java.math.BigInteger);
    descriptor: (Ljava/math/BigInteger;Ljava/math/BigInteger;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // java.security.spec.RSAPublicKeySpec this
        start local 1 // java.math.BigInteger modulus
        start local 2 // java.math.BigInteger publicExponent
         0: .line 58
            aload 0 /* this */
            aload 1 /* modulus */
            aload 2 /* publicExponent */
            aconst_null
            invokespecial java.security.spec.RSAPublicKeySpec.<init>:(Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/security/spec/AlgorithmParameterSpec;)V
         1: .line 59
            return
        end local 2 // java.math.BigInteger publicExponent
        end local 1 // java.math.BigInteger modulus
        end local 0 // java.security.spec.RSAPublicKeySpec this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Ljava/security/spec/RSAPublicKeySpec;
            0    2     1         modulus  Ljava/math/BigInteger;
            0    2     2  publicExponent  Ljava/math/BigInteger;
    MethodParameters:
                Name  Flags
      modulus         
      publicExponent  

  public void <init>(java.math.BigInteger, java.math.BigInteger, java.security.spec.AlgorithmParameterSpec);
    descriptor: (Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/security/spec/AlgorithmParameterSpec;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // java.security.spec.RSAPublicKeySpec this
        start local 1 // java.math.BigInteger modulus
        start local 2 // java.math.BigInteger publicExponent
        start local 3 // java.security.spec.AlgorithmParameterSpec params
         0: .line 69
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 71
            aload 0 /* this */
            aload 1 /* modulus */
            putfield java.security.spec.RSAPublicKeySpec.modulus:Ljava/math/BigInteger;
         2: .line 72
            aload 0 /* this */
            aload 2 /* publicExponent */
            putfield java.security.spec.RSAPublicKeySpec.publicExponent:Ljava/math/BigInteger;
         3: .line 73
            aload 0 /* this */
            aload 3 /* params */
            putfield java.security.spec.RSAPublicKeySpec.params:Ljava/security/spec/AlgorithmParameterSpec;
         4: .line 74
            return
        end local 3 // java.security.spec.AlgorithmParameterSpec params
        end local 2 // java.math.BigInteger publicExponent
        end local 1 // java.math.BigInteger modulus
        end local 0 // java.security.spec.RSAPublicKeySpec this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    5     0            this  Ljava/security/spec/RSAPublicKeySpec;
            0    5     1         modulus  Ljava/math/BigInteger;
            0    5     2  publicExponent  Ljava/math/BigInteger;
            0    5     3          params  Ljava/security/spec/AlgorithmParameterSpec;
    MethodParameters:
                Name  Flags
      modulus         
      publicExponent  
      params          

  public java.math.BigInteger getModulus();
    descriptor: ()Ljava/math/BigInteger;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.security.spec.RSAPublicKeySpec this
         0: .line 83
            aload 0 /* this */
            getfield java.security.spec.RSAPublicKeySpec.modulus:Ljava/math/BigInteger;
            areturn
        end local 0 // java.security.spec.RSAPublicKeySpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/security/spec/RSAPublicKeySpec;

  public java.math.BigInteger getPublicExponent();
    descriptor: ()Ljava/math/BigInteger;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.security.spec.RSAPublicKeySpec this
         0: .line 92
            aload 0 /* this */
            getfield java.security.spec.RSAPublicKeySpec.publicExponent:Ljava/math/BigInteger;
            areturn
        end local 0 // java.security.spec.RSAPublicKeySpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/security/spec/RSAPublicKeySpec;

  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 // java.security.spec.RSAPublicKeySpec this
         0: .line 103
            aload 0 /* this */
            getfield java.security.spec.RSAPublicKeySpec.params:Ljava/security/spec/AlgorithmParameterSpec;
            areturn
        end local 0 // java.security.spec.RSAPublicKeySpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/security/spec/RSAPublicKeySpec;
}
SourceFile: "RSAPublicKeySpec.java"