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

Java/sun/security/x509/AlgIdDSA_static.fz


# Fuzion interface to static members of Java class 'sun.security.x509.AlgIdDSA'
#
# !!!!!!  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.x509.AlgIdDSA_static is

  # call Java constructor 'public sun.security.x509.AlgIdDSA(java.math.BigInteger,java.math.BigInteger,java.math.BigInteger)':
  #
  public new_Ljava_7_math_7_BigInteger_s_Ljava_7_math_7_BigInteger_s_Ljava_7_math_7_BigInteger_s_(arg0 Java.java.math.BigInteger, arg1 Java.java.math.BigInteger, arg2 Java.java.math.BigInteger) Java.sun.security.x509.AlgIdDSA =>
    fuzion.java.call_constructor (Java.sun.security.x509.AlgIdDSA) "sun.security.x509.AlgIdDSA" "(Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;)V" [(Java.sun.security.x509.AlgIdDSA_static.new_Ljava_7_math_7_BigInteger_s_Ljava_7_math_7_BigInteger_s_Ljava_7_math_7_BigInteger_s_.this.arg0); (Java.sun.security.x509.AlgIdDSA_static.new_Ljava_7_math_7_BigInteger_s_Ljava_7_math_7_BigInteger_s_Ljava_7_math_7_BigInteger_s_.this.arg1); (Java.sun.security.x509.AlgIdDSA_static.new_Ljava_7_math_7_BigInteger_s_Ljava_7_math_7_BigInteger_s_Ljava_7_math_7_BigInteger_s_.this.arg2)]

  # call Java constructor 'public sun.security.x509.AlgIdDSA()':
  #
  public new Java.sun.security.x509.AlgIdDSA =>
    fuzion.java.call_constructor (Java.sun.security.x509.AlgIdDSA) "sun.security.x509.AlgIdDSA" "()V" []

  # short-hand to call Java constructor 'public sun.security.x509.AlgIdDSA(java.math.BigInteger,java.math.BigInteger,java.math.BigInteger)':
  #
  public new(arg0 Java.java.math.BigInteger, arg1 Java.java.math.BigInteger, arg2 Java.java.math.BigInteger) (Java.sun.security.x509.AlgIdDSA) =>
    new_Ljava_7_math_7_BigInteger_s_Ljava_7_math_7_BigInteger_s_Ljava_7_math_7_BigInteger_s_ Java.sun.security.x509.AlgIdDSA_static.new.this.arg0 Java.sun.security.x509.AlgIdDSA_static.new.this.arg1 Java.sun.security.x509.AlgIdDSA_static.new.this.arg2