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

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


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

  # call Java constructor 'public sun.security.provider.certpath.IndexedCollectionCertStore(java.security.cert.CertStoreParameters) throws java.security.InvalidAlgorithmParameterException':
  #
  public new_Ljava_7_security_7_cert_7_CertStoreParameters_s_(arg0 Java.java.security.cert.CertStoreParameters) outcome (Java.sun.security.provider.certpath.IndexedCollectionCertStore) =>
    fuzion.java.call_constructor (outcome (Java.sun.security.provider.certpath.IndexedCollectionCertStore)) "sun.security.provider.certpath.IndexedCollectionCertStore" "(Ljava/security/cert/CertStoreParameters;)V" [(Java.sun.security.provider.certpath.IndexedCollectionCertStore_static.new_Ljava_7_security_7_cert_7_CertStoreParameters_s_.this.arg0)]

  # short-hand to call Java constructor 'public sun.security.provider.certpath.IndexedCollectionCertStore(java.security.cert.CertStoreParameters) throws java.security.InvalidAlgorithmParameterException':
  #
  public new(arg0 Java.java.security.cert.CertStoreParameters) (outcome (Java.sun.security.provider.certpath.IndexedCollectionCertStore)) =>
    new_Ljava_7_security_7_cert_7_CertStoreParameters_s_ Java.sun.security.provider.certpath.IndexedCollectionCertStore_static.new.this.arg0