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

Java/sun/security/pkcs12/PKCS12KeyStore_static.fz


# Fuzion interface to static members of Java class 'sun.security.pkcs12.PKCS12KeyStore'
#
# !!!!!!  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.pkcs12.PKCS12KeyStore_static is

  # call Java static method 'public static boolean sun.security.pkcs12.PKCS12KeyStore.isPasswordless(java.io.File) throws java.io.IOException':
  #
  public isPasswordless_Ljava_7_io_7_File_s_(arg0 Java.java.io.File) outcome (bool) =>
    fuzion.java.call_static (outcome (bool)) "sun.security.pkcs12.PKCS12KeyStore" "isPasswordless" "(Ljava/io/File;)Z" [(Java.sun.security.pkcs12.PKCS12KeyStore_static.isPasswordless_Ljava_7_io_7_File_s_.this.arg0)]

  # short-hand to call Java method 'public static boolean sun.security.pkcs12.PKCS12KeyStore.isPasswordless(java.io.File) throws java.io.IOException':
  #
  public isPasswordless(arg0 Java.java.io.File) (outcome (bool)) =>
    isPasswordless_Ljava_7_io_7_File_s_ Java.sun.security.pkcs12.PKCS12KeyStore_static.isPasswordless.this.arg0

  # read static Java field 'public static final int sun.security.pkcs12.PKCS12KeyStore.VERSION_3':
  #
  public VERSION__3 i32 =>
    fuzion.java.get_static_field (i32) "sun.security.pkcs12.PKCS12KeyStore" "VERSION_3"

  # call Java constructor 'public sun.security.pkcs12.PKCS12KeyStore()':
  #
  public new Java.sun.security.pkcs12.PKCS12KeyStore =>
    fuzion.java.call_constructor (Java.sun.security.pkcs12.PKCS12KeyStore) "sun.security.pkcs12.PKCS12KeyStore" "()V" []