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

Java/java/security/spec/DSAPrivateKeySpec_static.fz


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

  # call Java constructor 'public java.security.spec.DSAPrivateKeySpec(java.math.BigInteger,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_Ljava_7_math_7_BigInteger_s_(arg0 Java.java.math.BigInteger, arg1 Java.java.math.BigInteger, arg2 Java.java.math.BigInteger, arg3 Java.java.math.BigInteger) Java.java.security.spec.DSAPrivateKeySpec =>
    fuzion.java.call_constructor (Java.java.security.spec.DSAPrivateKeySpec) "java.security.spec.DSAPrivateKeySpec" "(Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;)V" [(Java.java.security.spec.DSAPrivateKeySpec_static.new_Ljava_7_math_7_BigInteger_s_Ljava_7_math_7_BigInteger_s_Ljava_7_math_7_BigInteger_s_Ljava_7_math_7_BigInteger_s_.this.arg0); (Java.java.security.spec.DSAPrivateKeySpec_static.new_Ljava_7_math_7_BigInteger_s_Ljava_7_math_7_BigInteger_s_Ljava_7_math_7_BigInteger_s_Ljava_7_math_7_BigInteger_s_.this.arg1); (Java.java.security.spec.DSAPrivateKeySpec_static.new_Ljava_7_math_7_BigInteger_s_Ljava_7_math_7_BigInteger_s_Ljava_7_math_7_BigInteger_s_Ljava_7_math_7_BigInteger_s_.this.arg2); (Java.java.security.spec.DSAPrivateKeySpec_static.new_Ljava_7_math_7_BigInteger_s_Ljava_7_math_7_BigInteger_s_Ljava_7_math_7_BigInteger_s_Ljava_7_math_7_BigInteger_s_.this.arg3)]

  # short-hand to call Java constructor 'public java.security.spec.DSAPrivateKeySpec(java.math.BigInteger,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, arg3 Java.java.math.BigInteger) (Java.java.security.spec.DSAPrivateKeySpec) =>
    new_Ljava_7_math_7_BigInteger_s_Ljava_7_math_7_BigInteger_s_Ljava_7_math_7_BigInteger_s_Ljava_7_math_7_BigInteger_s_ Java.java.security.spec.DSAPrivateKeySpec_static.new.this.arg0 Java.java.security.spec.DSAPrivateKeySpec_static.new.this.arg1 Java.java.security.spec.DSAPrivateKeySpec_static.new.this.arg2 Java.java.security.spec.DSAPrivateKeySpec_static.new.this.arg3