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

Java/javax/net/ssl/CertPathTrustManagerParameters_static.fz


# Fuzion interface to static members of Java class 'javax.net.ssl.CertPathTrustManagerParameters'
#
# !!!!!!  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.javax.net.ssl.CertPathTrustManagerParameters_static is

  # call Java constructor 'public javax.net.ssl.CertPathTrustManagerParameters(java.security.cert.CertPathParameters)':
  #
  public new_Ljava_7_security_7_cert_7_CertPathParameters_s_(arg0 Java.java.security.cert.CertPathParameters) Java.javax.net.ssl.CertPathTrustManagerParameters =>
    fuzion.java.call_constructor (Java.javax.net.ssl.CertPathTrustManagerParameters) "javax.net.ssl.CertPathTrustManagerParameters" "(Ljava/security/cert/CertPathParameters;)V" [(Java.javax.net.ssl.CertPathTrustManagerParameters_static.new_Ljava_7_security_7_cert_7_CertPathParameters_s_.this.arg0)]

  # short-hand to call Java constructor 'public javax.net.ssl.CertPathTrustManagerParameters(java.security.cert.CertPathParameters)':
  #
  public new(arg0 Java.java.security.cert.CertPathParameters) (Java.javax.net.ssl.CertPathTrustManagerParameters) =>
    new_Ljava_7_security_7_cert_7_CertPathParameters_s_ Java.javax.net.ssl.CertPathTrustManagerParameters_static.new.this.arg0