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

Java/java/security/spec/RSAMultiPrimePrivateCrtKeySpec.fz


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

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

  # call Java instance method 'public java.security.spec.RSAOtherPrimeInfo[] java.security.spec.RSAMultiPrimePrivateCrtKeySpec.getOtherPrimeInfo()':
  #
  public getOtherPrimeInfo fuzion.java.Array (Java.java.security.spec.RSAOtherPrimeInfo) =>
    fuzion.java.call_virtual (fuzion.java.Array (Java.java.security.spec.RSAOtherPrimeInfo)) "java.security.spec.RSAMultiPrimePrivateCrtKeySpec" "getOtherPrimeInfo" "()[Ljava/security/spec/RSAOtherPrimeInfo;" RSAMultiPrimePrivateCrtKeySpec.this []

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

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

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

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

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