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

Java/java/security/spec/EllipticCurve_static.fz


# Fuzion interface to static members of Java class 'java.security.spec.EllipticCurve'
#
# !!!!!!  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.EllipticCurve_static is

  # call Java constructor 'public java.security.spec.EllipticCurve(java.security.spec.ECField,java.math.BigInteger,java.math.BigInteger)':
  #
  public new_Ljava_7_security_7_spec_7_ECField_s_Ljava_7_math_7_BigInteger_s_Ljava_7_math_7_BigInteger_s_(arg0 Java.java.security.spec.ECField, arg1 Java.java.math.BigInteger, arg2 Java.java.math.BigInteger) Java.java.security.spec.EllipticCurve =>
    fuzion.java.call_constructor (Java.java.security.spec.EllipticCurve) "java.security.spec.EllipticCurve" "(Ljava/security/spec/ECField;Ljava/math/BigInteger;Ljava/math/BigInteger;)V" [(Java.java.security.spec.EllipticCurve_static.new_Ljava_7_security_7_spec_7_ECField_s_Ljava_7_math_7_BigInteger_s_Ljava_7_math_7_BigInteger_s_.this.arg0); (Java.java.security.spec.EllipticCurve_static.new_Ljava_7_security_7_spec_7_ECField_s_Ljava_7_math_7_BigInteger_s_Ljava_7_math_7_BigInteger_s_.this.arg1); (Java.java.security.spec.EllipticCurve_static.new_Ljava_7_security_7_spec_7_ECField_s_Ljava_7_math_7_BigInteger_s_Ljava_7_math_7_BigInteger_s_.this.arg2)]

  # call Java constructor 'public java.security.spec.EllipticCurve(java.security.spec.ECField,java.math.BigInteger,java.math.BigInteger,byte[])':
  #
  public new_Ljava_7_security_7_spec_7_ECField_s_Ljava_7_math_7_BigInteger_s_Ljava_7_math_7_BigInteger_s__u00005b_B(arg0 Java.java.security.spec.ECField, arg1 Java.java.math.BigInteger, arg2 Java.java.math.BigInteger, arg3 Sequence (i8)) Java.java.security.spec.EllipticCurve =>
    fuzion.java.call_constructor (Java.java.security.spec.EllipticCurve) "java.security.spec.EllipticCurve" "(Ljava/security/spec/ECField;Ljava/math/BigInteger;Ljava/math/BigInteger;[B)V" [(Java.java.security.spec.EllipticCurve_static.new_Ljava_7_security_7_spec_7_ECField_s_Ljava_7_math_7_BigInteger_s_Ljava_7_math_7_BigInteger_s__u00005b_B.this.arg0); (Java.java.security.spec.EllipticCurve_static.new_Ljava_7_security_7_spec_7_ECField_s_Ljava_7_math_7_BigInteger_s_Ljava_7_math_7_BigInteger_s__u00005b_B.this.arg1); (Java.java.security.spec.EllipticCurve_static.new_Ljava_7_security_7_spec_7_ECField_s_Ljava_7_math_7_BigInteger_s_Ljava_7_math_7_BigInteger_s__u00005b_B.this.arg2); (fuzion.java.array_to_java_object (i8) Java.java.security.spec.EllipticCurve_static.new_Ljava_7_security_7_spec_7_ECField_s_Ljava_7_math_7_BigInteger_s_Ljava_7_math_7_BigInteger_s__u00005b_B.this.arg3)]

  # short-hand to call Java constructor 'public java.security.spec.EllipticCurve(java.security.spec.ECField,java.math.BigInteger,java.math.BigInteger)':
  #
  public new(arg0 Java.java.security.spec.ECField, arg1 Java.java.math.BigInteger, arg2 Java.java.math.BigInteger) (Java.java.security.spec.EllipticCurve) =>
    new_Ljava_7_security_7_spec_7_ECField_s_Ljava_7_math_7_BigInteger_s_Ljava_7_math_7_BigInteger_s_ Java.java.security.spec.EllipticCurve_static.new.this.arg0 Java.java.security.spec.EllipticCurve_static.new.this.arg1 Java.java.security.spec.EllipticCurve_static.new.this.arg2

  # short-hand to call Java constructor 'public java.security.spec.EllipticCurve(java.security.spec.ECField,java.math.BigInteger,java.math.BigInteger,byte[])':
  #
  public new(arg0 Java.java.security.spec.ECField, arg1 Java.java.math.BigInteger, arg2 Java.java.math.BigInteger, arg3 Sequence (i8)) (Java.java.security.spec.EllipticCurve) =>
    new_Ljava_7_security_7_spec_7_ECField_s_Ljava_7_math_7_BigInteger_s_Ljava_7_math_7_BigInteger_s__u00005b_B Java.java.security.spec.EllipticCurve_static.new.this.arg0 Java.java.security.spec.EllipticCurve_static.new.this.arg1 Java.java.security.spec.EllipticCurve_static.new.this.arg2 Java.java.security.spec.EllipticCurve_static.new.this.arg3