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

Java/sun/security/provider/certpath/X509CertPath_static.fz


# Fuzion interface to static members of Java class 'sun.security.provider.certpath.X509CertPath'
#
# !!!!!!  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.provider.certpath.X509CertPath_static is

  # call Java static method 'public static java.util.Iterator sun.security.provider.certpath.X509CertPath.getEncodingsStatic()':
  #
  public getEncodingsStatic Java.java.util.Iterator =>
    fuzion.java.call_static (Java.java.util.Iterator) "sun.security.provider.certpath.X509CertPath" "getEncodingsStatic" "()Ljava/util/Iterator;" []

  # call Java constructor 'public sun.security.provider.certpath.X509CertPath(java.util.List) throws java.security.cert.CertificateException':
  #
  public new_Ljava_7_util_7_List_s_(arg0 Java.java.util.List) outcome (Java.sun.security.provider.certpath.X509CertPath) =>
    fuzion.java.call_constructor (outcome (Java.sun.security.provider.certpath.X509CertPath)) "sun.security.provider.certpath.X509CertPath" "(Ljava/util/List;)V" [(Java.sun.security.provider.certpath.X509CertPath_static.new_Ljava_7_util_7_List_s_.this.arg0)]

  # call Java constructor 'public sun.security.provider.certpath.X509CertPath(java.io.InputStream) throws java.security.cert.CertificateException':
  #
  public new_Ljava_7_io_7_InputStream_s_(arg0 Java.java.io.InputStream) outcome (Java.sun.security.provider.certpath.X509CertPath) =>
    fuzion.java.call_constructor (outcome (Java.sun.security.provider.certpath.X509CertPath)) "sun.security.provider.certpath.X509CertPath" "(Ljava/io/InputStream;)V" [(Java.sun.security.provider.certpath.X509CertPath_static.new_Ljava_7_io_7_InputStream_s_.this.arg0)]

  # call Java constructor 'public sun.security.provider.certpath.X509CertPath(java.io.InputStream,java.lang.String) throws java.security.cert.CertificateException':
  #
  public new_Ljava_7_io_7_InputStream_s_Ljava_7_lang_7_String_s_(arg0 Java.java.io.InputStream, arg1 String) outcome (Java.sun.security.provider.certpath.X509CertPath) =>
    fuzion.java.call_constructor (outcome (Java.sun.security.provider.certpath.X509CertPath)) "sun.security.provider.certpath.X509CertPath" "(Ljava/io/InputStream;Ljava/lang/String;)V" [(Java.sun.security.provider.certpath.X509CertPath_static.new_Ljava_7_io_7_InputStream_s_Ljava_7_lang_7_String_s_.this.arg0); (fuzion.java.string_to_java_object Java.sun.security.provider.certpath.X509CertPath_static.new_Ljava_7_io_7_InputStream_s_Ljava_7_lang_7_String_s_.this.arg1)]

  # short-hand to call Java constructor 'public sun.security.provider.certpath.X509CertPath(java.util.List) throws java.security.cert.CertificateException':
  #
  public new(arg0 Java.java.util.List) (outcome (Java.sun.security.provider.certpath.X509CertPath)) =>
    new_Ljava_7_util_7_List_s_ Java.sun.security.provider.certpath.X509CertPath_static.new.this.arg0

  # short-hand to call Java constructor 'public sun.security.provider.certpath.X509CertPath(java.io.InputStream,java.lang.String) throws java.security.cert.CertificateException':
  #
  public new(arg0 Java.java.io.InputStream, arg1 String) (outcome (Java.sun.security.provider.certpath.X509CertPath)) =>
    new_Ljava_7_io_7_InputStream_s_Ljava_7_lang_7_String_s_ Java.sun.security.provider.certpath.X509CertPath_static.new.this.arg0 Java.sun.security.provider.certpath.X509CertPath_static.new.this.arg1