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

Java/java/security/spec/RSAPrivateKeySpec.fz


# Fuzion interface to instance members of Java instance class 'java.security.spec.RSAPrivateKeySpec'
#
# !!!!!!  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.java.security.spec.RSAPrivateKeySpec(redef forbidden void) ref : Java.java.lang.Object(forbidden), fuzion.java.Java_Object(forbidden) is

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

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

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