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

Java/sun/security/provider/certpath/ssl/SSLServerCertStore_static.fz


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

  # call Java static method 'public static java.security.cert.CertStore sun.security.provider.certpath.ssl.SSLServerCertStore.getInstance(java.net.URI) throws java.security.InvalidAlgorithmParameterException':
  #
  public getInstance_Ljava_7_net_7_URI_s_(arg0 Java.java.net.URI) outcome (Java.java.security.cert.CertStore) =>
    fuzion.java.call_static (outcome (Java.java.security.cert.CertStore)) "sun.security.provider.certpath.ssl.SSLServerCertStore" "getInstance" "(Ljava/net/URI;)Ljava/security/cert/CertStore;" [(Java.sun.security.provider.certpath.ssl.SSLServerCertStore_static.getInstance_Ljava_7_net_7_URI_s_.this.arg0)]

  # short-hand to call Java method 'public static java.security.cert.CertStore sun.security.provider.certpath.ssl.SSLServerCertStore.getInstance(java.net.URI) throws java.security.InvalidAlgorithmParameterException':
  #
  public getInstance(arg0 Java.java.net.URI) (outcome (Java.java.security.cert.CertStore)) =>
    getInstance_Ljava_7_net_7_URI_s_ Java.sun.security.provider.certpath.ssl.SSLServerCertStore_static.getInstance.this.arg0