public interface java.security.interfaces.RSAKey
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: java.security.interfaces.RSAKey
  super_class: java.lang.Object
{
  public abstract java.math.BigInteger getModulus();
    descriptor: ()Ljava/math/BigInteger;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  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.interfaces.RSAKey this
         0: .line 66
            aconst_null
            areturn
        end local 0 // java.security.interfaces.RSAKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/security/interfaces/RSAKey;
}
SourceFile: "RSAKey.java"