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

Java/sun/security/rsa/RSAPrivateCrtKeyImpl.fz


# Fuzion interface to instance members of Java instance class 'sun.security.rsa.RSAPrivateCrtKeyImpl'
#
# !!!!!!  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.RSAPrivateCrtKeyImpl(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.RSAPrivateCrtKeyImpl.getCrtCoefficient()':
  #
  public getCrtCoefficient Java.java.math.BigInteger =>
    fuzion.java.call_virtual (Java.java.math.BigInteger) "sun.security.rsa.RSAPrivateCrtKeyImpl" "getCrtCoefficient" "()Ljava/math/BigInteger;" RSAPrivateCrtKeyImpl.this []

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

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

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

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

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

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

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

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