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

Java/java/security/spec/RSAOtherPrimeInfo.fz


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

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

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

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