final class com.oracle.security.ucrypto.NativeKey$RSAPublic extends com.oracle.security.ucrypto.NativeKey implements java.security.interfaces.RSAPublicKey
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.security.ucrypto.NativeKey$RSAPublic
  super_class: com.oracle.security.ucrypto.NativeKey
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 6812507588904302832

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

  private final long keyId;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(java.security.spec.KeySpec);
    descriptor: (Ljava/security/spec/KeySpec;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=7, args_size=2
        start local 0 // com.oracle.security.ucrypto.NativeKey$RSAPublic this
        start local 1 // java.security.spec.KeySpec keySpec
         0: .line 180
            aload 0 /* this */
            iconst_2
            invokespecial com.oracle.security.ucrypto.NativeKey.<init>:(I)V
         1: .line 181
            lconst_0
            lstore 2 /* pKey */
        start local 2 // long pKey
         2: .line 182
            aload 1 /* keySpec */
            instanceof java.security.spec.RSAPublicKeySpec
            ifeq 10
         3: .line 183
            aload 1 /* keySpec */
            checkcast java.security.spec.RSAPublicKeySpec
            astore 4 /* ks */
        start local 4 // java.security.spec.RSAPublicKeySpec ks
         4: .line 184
            aload 4 /* ks */
            invokevirtual java.security.spec.RSAPublicKeySpec.getModulus:()Ljava/math/BigInteger;
            astore 5 /* mod */
        start local 5 // java.math.BigInteger mod
         5: .line 185
            aload 4 /* ks */
            invokevirtual java.security.spec.RSAPublicKeySpec.getPublicExponent:()Ljava/math/BigInteger;
            astore 6 /* publicExp */
        start local 6 // java.math.BigInteger publicExp
         6: .line 186
            aload 5 /* mod */
            invokestatic com.oracle.security.ucrypto.NativeKey.getMagnitude:(Ljava/math/BigInteger;)[B
         7: .line 187
            aload 6 /* publicExp */
            invokestatic com.oracle.security.ucrypto.NativeKey.getMagnitude:(Ljava/math/BigInteger;)[B
         8: .line 186
            invokestatic com.oracle.security.ucrypto.NativeKey$RSAPublic.nativeInit:([B[B)J
            lstore 2 /* pKey */
        end local 6 // java.math.BigInteger publicExp
        end local 5 // java.math.BigInteger mod
        end local 4 // java.security.spec.RSAPublicKeySpec ks
         9: .line 188
            goto 13
        10: .line 189
      StackMap locals: com.oracle.security.ucrypto.NativeKey$RSAPublic java.security.spec.KeySpec long
      StackMap stack:
            new java.security.spec.InvalidKeySpecException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Only supports RSAPublicKeySpec. Received: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        11: .line 190
            aload 1 /* keySpec */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        12: .line 189
            invokespecial java.security.spec.InvalidKeySpecException.<init>:(Ljava/lang/String;)V
            athrow
        13: .line 192
      StackMap locals:
      StackMap stack:
            lload 2 /* pKey */
            lconst_0
            lcmp
            ifne 15
        14: .line 193
            new com.oracle.security.ucrypto.UcryptoException
            dup
            ldc "Error constructing RSA PublicKey"
            invokespecial com.oracle.security.ucrypto.UcryptoException.<init>:(Ljava/lang/String;)V
            athrow
        15: .line 196
      StackMap locals:
      StackMap stack:
            new com.oracle.security.ucrypto.NativeKey$KeyRef
            aload 0 /* this */
            lload 2 /* pKey */
            invokespecial com.oracle.security.ucrypto.NativeKey$KeyRef.<init>:(Lcom/oracle/security/ucrypto/NativeKey;J)V
        16: .line 197
            aload 0 /* this */
            aload 1 /* keySpec */
            checkcast java.security.spec.RSAPublicKeySpec
            putfield com.oracle.security.ucrypto.NativeKey$RSAPublic.keySpec:Ljava/security/spec/RSAPublicKeySpec;
        17: .line 198
            aload 0 /* this */
            lload 2 /* pKey */
            putfield com.oracle.security.ucrypto.NativeKey$RSAPublic.keyId:J
        18: .line 199
            return
        end local 2 // long pKey
        end local 1 // java.security.spec.KeySpec keySpec
        end local 0 // com.oracle.security.ucrypto.NativeKey$RSAPublic this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   19     0       this  Lcom/oracle/security/ucrypto/NativeKey$RSAPublic;
            0   19     1    keySpec  Ljava/security/spec/KeySpec;
            2   19     2       pKey  J
            4    9     4         ks  Ljava/security/spec/RSAPublicKeySpec;
            5    9     5        mod  Ljava/math/BigInteger;
            6    9     6  publicExp  Ljava/math/BigInteger;
    Exceptions:
      throws java.security.spec.InvalidKeySpecException
    MethodParameters:
         Name  Flags
      keySpec  

  long value();
    descriptor: ()J
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.security.ucrypto.NativeKey$RSAPublic this
         0: .line 201
            aload 0 /* this */
            getfield com.oracle.security.ucrypto.NativeKey$RSAPublic.keyId:J
            lreturn
        end local 0 // com.oracle.security.ucrypto.NativeKey$RSAPublic this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/security/ucrypto/NativeKey$RSAPublic;

  public java.math.BigInteger getModulus();
    descriptor: ()Ljava/math/BigInteger;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.security.ucrypto.NativeKey$RSAPublic this
         0: .line 202
            aload 0 /* this */
            getfield com.oracle.security.ucrypto.NativeKey$RSAPublic.keySpec:Ljava/security/spec/RSAPublicKeySpec;
            invokevirtual java.security.spec.RSAPublicKeySpec.getModulus:()Ljava/math/BigInteger;
            areturn
        end local 0 // com.oracle.security.ucrypto.NativeKey$RSAPublic this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/security/ucrypto/NativeKey$RSAPublic;

  public java.math.BigInteger getPublicExponent();
    descriptor: ()Ljava/math/BigInteger;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.security.ucrypto.NativeKey$RSAPublic this
         0: .line 203
            aload 0 /* this */
            getfield com.oracle.security.ucrypto.NativeKey$RSAPublic.keySpec:Ljava/security/spec/RSAPublicKeySpec;
            invokevirtual java.security.spec.RSAPublicKeySpec.getPublicExponent:()Ljava/math/BigInteger;
            areturn
        end local 0 // com.oracle.security.ucrypto.NativeKey$RSAPublic this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/security/ucrypto/NativeKey$RSAPublic;

  private static native long nativeInit(byte[], byte[]);
    descriptor: ([B[B)J
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
    MethodParameters:
        Name  Flags
      mod     
      pubExp  
}
SourceFile: "NativeKey.java"
NestHost: com.oracle.security.ucrypto.NativeKey
InnerClasses:
  private KeyRef = com.oracle.security.ucrypto.NativeKey$KeyRef of com.oracle.security.ucrypto.NativeKey
  final RSAPublic = com.oracle.security.ucrypto.NativeKey$RSAPublic of com.oracle.security.ucrypto.NativeKey