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

Java/sun/security/util/math/IntegerModuloP.fz


# Fuzion interface to instance members of Java instance class 'sun.security.util.math.IntegerModuloP'
#
# !!!!!!  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.util.math.IntegerModuloP(forbidden void) ref : fuzion.java.Java_Object(forbidden) is

  # call Java instance method 'public abstract sun.security.util.math.ImmutableIntegerModuloP sun.security.util.math.IntegerModuloP.fixed()':
  #
  public __k__fixed Java.sun.security.util.math.ImmutableIntegerModuloP =>
    fuzion.java.call_virtual (Java.sun.security.util.math.ImmutableIntegerModuloP) "sun.security.util.math.IntegerModuloP" "fixed" "()Lsun/security/util/math/ImmutableIntegerModuloP;" IntegerModuloP.this []

  # call Java instance method 'public default byte[] sun.security.util.math.IntegerModuloP.addModPowerTwo(sun.security.util.math.IntegerModuloP,int)':
  #
  public addModPowerTwo_Lsun_7_security_7_util_7_math_7_IntegerModuloP_s_I(arg0 Java.sun.security.util.math.IntegerModuloP, arg1 i32) fuzion.java.Array (i8) =>
    fuzion.java.call_virtual (fuzion.java.Array (i8)) "sun.security.util.math.IntegerModuloP" "addModPowerTwo" "(Lsun/security/util/math/IntegerModuloP;I)[B" IntegerModuloP.this [(Java.sun.security.util.math.IntegerModuloP.addModPowerTwo_Lsun_7_security_7_util_7_math_7_IntegerModuloP_s_I.this.arg0); (fuzion.java.i32_to_java_object Java.sun.security.util.math.IntegerModuloP.addModPowerTwo_Lsun_7_security_7_util_7_math_7_IntegerModuloP_s_I.this.arg1)]

  # call Java instance method 'public abstract void sun.security.util.math.IntegerModuloP.addModPowerTwo(sun.security.util.math.IntegerModuloP,byte[])':
  #
  public addModPowerTwo_Lsun_7_security_7_util_7_math_7_IntegerModuloP_s__u00005b_B(arg0 Java.sun.security.util.math.IntegerModuloP, arg1 Sequence (i8)) unit =>
    fuzion.java.call_virtual (unit) "sun.security.util.math.IntegerModuloP" "addModPowerTwo" "(Lsun/security/util/math/IntegerModuloP;[B)V" IntegerModuloP.this [(Java.sun.security.util.math.IntegerModuloP.addModPowerTwo_Lsun_7_security_7_util_7_math_7_IntegerModuloP_s__u00005b_B.this.arg0); (fuzion.java.array_to_java_object (i8) Java.sun.security.util.math.IntegerModuloP.addModPowerTwo_Lsun_7_security_7_util_7_math_7_IntegerModuloP_s__u00005b_B.this.arg1)]

  # call Java instance method 'public abstract sun.security.util.math.ImmutableIntegerModuloP sun.security.util.math.IntegerModuloP.add(sun.security.util.math.IntegerModuloP)':
  #
  public add_Lsun_7_security_7_util_7_math_7_IntegerModuloP_s_(arg0 Java.sun.security.util.math.IntegerModuloP) Java.sun.security.util.math.ImmutableIntegerModuloP =>
    fuzion.java.call_virtual (Java.sun.security.util.math.ImmutableIntegerModuloP) "sun.security.util.math.IntegerModuloP" "add" "(Lsun/security/util/math/IntegerModuloP;)Lsun/security/util/math/ImmutableIntegerModuloP;" IntegerModuloP.this [(Java.sun.security.util.math.IntegerModuloP.add_Lsun_7_security_7_util_7_math_7_IntegerModuloP_s_.this.arg0)]

  # call Java instance method 'public abstract sun.security.util.math.ImmutableIntegerModuloP sun.security.util.math.IntegerModuloP.additiveInverse()':
  #
  public additiveInverse Java.sun.security.util.math.ImmutableIntegerModuloP =>
    fuzion.java.call_virtual (Java.sun.security.util.math.ImmutableIntegerModuloP) "sun.security.util.math.IntegerModuloP" "additiveInverse" "()Lsun/security/util/math/ImmutableIntegerModuloP;" IntegerModuloP.this []

  # call Java instance method 'public abstract java.math.BigInteger sun.security.util.math.IntegerModuloP.asBigInteger()':
  #
  public asBigInteger Java.java.math.BigInteger =>
    fuzion.java.call_virtual (Java.java.math.BigInteger) "sun.security.util.math.IntegerModuloP" "asBigInteger" "()Ljava/math/BigInteger;" IntegerModuloP.this []

  # call Java instance method 'public default byte[] sun.security.util.math.IntegerModuloP.asByteArray(int)':
  #
  public asByteArray_I(arg0 i32) fuzion.java.Array (i8) =>
    fuzion.java.call_virtual (fuzion.java.Array (i8)) "sun.security.util.math.IntegerModuloP" "asByteArray" "(I)[B" IntegerModuloP.this [(fuzion.java.i32_to_java_object Java.sun.security.util.math.IntegerModuloP.asByteArray_I.this.arg0)]

  # call Java instance method 'public abstract void sun.security.util.math.IntegerModuloP.asByteArray(byte[])':
  #
  public asByteArray__u00005b_B(arg0 Sequence (i8)) unit =>
    fuzion.java.call_virtual (unit) "sun.security.util.math.IntegerModuloP" "asByteArray" "([B)V" IntegerModuloP.this [(fuzion.java.array_to_java_object (i8) Java.sun.security.util.math.IntegerModuloP.asByteArray__u00005b_B.this.arg0)]

  # call Java instance method 'public abstract sun.security.util.math.IntegerFieldModuloP sun.security.util.math.IntegerModuloP.getField()':
  #
  public getField Java.sun.security.util.math.IntegerFieldModuloP =>
    fuzion.java.call_virtual (Java.sun.security.util.math.IntegerFieldModuloP) "sun.security.util.math.IntegerModuloP" "getField" "()Lsun/security/util/math/IntegerFieldModuloP;" IntegerModuloP.this []

  # call Java instance method 'public abstract long[] sun.security.util.math.IntegerModuloP.getLimbs()':
  #
  public getLimbs fuzion.java.Array (i64) =>
    fuzion.java.call_virtual (fuzion.java.Array (i64)) "sun.security.util.math.IntegerModuloP" "getLimbs" "()[J" IntegerModuloP.this []

  # call Java instance method 'public default sun.security.util.math.ImmutableIntegerModuloP sun.security.util.math.IntegerModuloP.multiplicativeInverse()':
  #
  public multiplicativeInverse Java.sun.security.util.math.ImmutableIntegerModuloP =>
    fuzion.java.call_virtual (Java.sun.security.util.math.ImmutableIntegerModuloP) "sun.security.util.math.IntegerModuloP" "multiplicativeInverse" "()Lsun/security/util/math/ImmutableIntegerModuloP;" IntegerModuloP.this []

  # call Java instance method 'public abstract sun.security.util.math.ImmutableIntegerModuloP sun.security.util.math.IntegerModuloP.multiply(sun.security.util.math.IntegerModuloP)':
  #
  public multiply_Lsun_7_security_7_util_7_math_7_IntegerModuloP_s_(arg0 Java.sun.security.util.math.IntegerModuloP) Java.sun.security.util.math.ImmutableIntegerModuloP =>
    fuzion.java.call_virtual (Java.sun.security.util.math.ImmutableIntegerModuloP) "sun.security.util.math.IntegerModuloP" "multiply" "(Lsun/security/util/math/IntegerModuloP;)Lsun/security/util/math/ImmutableIntegerModuloP;" IntegerModuloP.this [(Java.sun.security.util.math.IntegerModuloP.multiply_Lsun_7_security_7_util_7_math_7_IntegerModuloP_s_.this.arg0)]

  # call Java instance method 'public abstract sun.security.util.math.MutableIntegerModuloP sun.security.util.math.IntegerModuloP.mutable()':
  #
  public mutable Java.sun.security.util.math.MutableIntegerModuloP =>
    fuzion.java.call_virtual (Java.sun.security.util.math.MutableIntegerModuloP) "sun.security.util.math.IntegerModuloP" "mutable" "()Lsun/security/util/math/MutableIntegerModuloP;" IntegerModuloP.this []

  # call Java instance method 'public default sun.security.util.math.ImmutableIntegerModuloP sun.security.util.math.IntegerModuloP.pow(java.math.BigInteger)':
  #
  public pow_Ljava_7_math_7_BigInteger_s_(arg0 Java.java.math.BigInteger) Java.sun.security.util.math.ImmutableIntegerModuloP =>
    fuzion.java.call_virtual (Java.sun.security.util.math.ImmutableIntegerModuloP) "sun.security.util.math.IntegerModuloP" "pow" "(Ljava/math/BigInteger;)Lsun/security/util/math/ImmutableIntegerModuloP;" IntegerModuloP.this [(Java.sun.security.util.math.IntegerModuloP.pow_Ljava_7_math_7_BigInteger_s_.this.arg0)]

  # call Java instance method 'public default sun.security.util.math.ImmutableIntegerModuloP sun.security.util.math.IntegerModuloP.square()':
  #
  public square Java.sun.security.util.math.ImmutableIntegerModuloP =>
    fuzion.java.call_virtual (Java.sun.security.util.math.ImmutableIntegerModuloP) "sun.security.util.math.IntegerModuloP" "square" "()Lsun/security/util/math/ImmutableIntegerModuloP;" IntegerModuloP.this []

  # call Java instance method 'public default sun.security.util.math.ImmutableIntegerModuloP sun.security.util.math.IntegerModuloP.subtract(sun.security.util.math.IntegerModuloP)':
  #
  public subtract_Lsun_7_security_7_util_7_math_7_IntegerModuloP_s_(arg0 Java.sun.security.util.math.IntegerModuloP) Java.sun.security.util.math.ImmutableIntegerModuloP =>
    fuzion.java.call_virtual (Java.sun.security.util.math.ImmutableIntegerModuloP) "sun.security.util.math.IntegerModuloP" "subtract" "(Lsun/security/util/math/IntegerModuloP;)Lsun/security/util/math/ImmutableIntegerModuloP;" IntegerModuloP.this [(Java.sun.security.util.math.IntegerModuloP.subtract_Lsun_7_security_7_util_7_math_7_IntegerModuloP_s_.this.arg0)]

  # short-hand to call Java method 'public abstract sun.security.util.math.ImmutableIntegerModuloP sun.security.util.math.IntegerModuloP.add(sun.security.util.math.IntegerModuloP)':
  #
  public add(arg0 Java.sun.security.util.math.IntegerModuloP) (Java.sun.security.util.math.ImmutableIntegerModuloP) =>
    add_Lsun_7_security_7_util_7_math_7_IntegerModuloP_s_ Java.sun.security.util.math.IntegerModuloP.add.this.arg0

  # short-hand to call Java method 'public default byte[] sun.security.util.math.IntegerModuloP.addModPowerTwo(sun.security.util.math.IntegerModuloP,int)':
  #
  public addModPowerTwo(arg0 Java.sun.security.util.math.IntegerModuloP, arg1 i32) (fuzion.java.Array (i8)) =>
    addModPowerTwo_Lsun_7_security_7_util_7_math_7_IntegerModuloP_s_I Java.sun.security.util.math.IntegerModuloP.addModPowerTwo.this.arg0 Java.sun.security.util.math.IntegerModuloP.addModPowerTwo.this.arg1

  # short-hand to call Java method 'public default byte[] sun.security.util.math.IntegerModuloP.asByteArray(int)':
  #
  public asByteArray(arg0 i32) (fuzion.java.Array (i8)) =>
    asByteArray_I Java.sun.security.util.math.IntegerModuloP.asByteArray.this.arg0

  # short-hand to call Java method 'public abstract sun.security.util.math.ImmutableIntegerModuloP sun.security.util.math.IntegerModuloP.multiply(sun.security.util.math.IntegerModuloP)':
  #
  public multiply(arg0 Java.sun.security.util.math.IntegerModuloP) (Java.sun.security.util.math.ImmutableIntegerModuloP) =>
    multiply_Lsun_7_security_7_util_7_math_7_IntegerModuloP_s_ Java.sun.security.util.math.IntegerModuloP.multiply.this.arg0

  # short-hand to call Java method 'public default sun.security.util.math.ImmutableIntegerModuloP sun.security.util.math.IntegerModuloP.pow(java.math.BigInteger)':
  #
  public pow(arg0 Java.java.math.BigInteger) (Java.sun.security.util.math.ImmutableIntegerModuloP) =>
    pow_Ljava_7_math_7_BigInteger_s_ Java.sun.security.util.math.IntegerModuloP.pow.this.arg0

  # short-hand to call Java method 'public default sun.security.util.math.ImmutableIntegerModuloP sun.security.util.math.IntegerModuloP.subtract(sun.security.util.math.IntegerModuloP)':
  #
  public subtract(arg0 Java.sun.security.util.math.IntegerModuloP) (Java.sun.security.util.math.ImmutableIntegerModuloP) =>
    subtract_Lsun_7_security_7_util_7_math_7_IntegerModuloP_s_ Java.sun.security.util.math.IntegerModuloP.subtract.this.arg0