Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

Java/sun/security/rsa/RSAPrivateKeyImpl.fz


# Fuzion interface to instance members of Java instance class 'sun.security.rsa.RSAPrivateKeyImpl'
#
# !!!!!!  DO NOT EDIT, GENERATED CODE !!!!!!
#
# This code was generated automatically using the fzjava tool V0.087 called 
# as follows:
#
#   ./build/bin/fzjava java.base -to=build/modules/java.base -verbose=0
#
public Java.sun.security.rsa.RSAPrivateKeyImpl(redef forbidden void) ref : Java.sun.security.pkcs.PKCS8Key(forbidden), fuzion.java.Java_Object(forbidden) is

  # call Java instance method 'public java.math.BigInteger sun.security.rsa.RSAPrivateKeyImpl.getModulus()':
  #
  public getModulus Java.java.math.BigInteger =>
    fuzion.java.call_virtual (Java.java.math.BigInteger) "sun.security.rsa.RSAPrivateKeyImpl" "getModulus" "()Ljava/math/BigInteger;" RSAPrivateKeyImpl.this []

  # call Java instance method 'public java.security.spec.AlgorithmParameterSpec sun.security.rsa.RSAPrivateKeyImpl.getParams()':
  #
  public getParams Java.java.security.spec.AlgorithmParameterSpec =>
    fuzion.java.call_virtual (Java.java.security.spec.AlgorithmParameterSpec) "sun.security.rsa.RSAPrivateKeyImpl" "getParams" "()Ljava/security/spec/AlgorithmParameterSpec;" RSAPrivateKeyImpl.this []

  # call Java instance method 'public java.math.BigInteger sun.security.rsa.RSAPrivateKeyImpl.getPrivateExponent()':
  #
  public getPrivateExponent Java.java.math.BigInteger =>
    fuzion.java.call_virtual (Java.java.math.BigInteger) "sun.security.rsa.RSAPrivateKeyImpl" "getPrivateExponent" "()Ljava/math/BigInteger;" RSAPrivateKeyImpl.this []