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

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


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

  # call Java static method 'public static boolean sun.security.provider.certpath.CertPathHelper.isJdkCA(java.security.cert.TrustAnchor)':
  #
  public isJdkCA_Ljava_7_security_7_cert_7_TrustAnchor_s_(arg0 Java.java.security.cert.TrustAnchor) bool =>
    fuzion.java.call_static (bool) "sun.security.provider.certpath.CertPathHelper" "isJdkCA" "(Ljava/security/cert/TrustAnchor;)Z" [(Java.sun.security.provider.certpath.CertPathHelper_static.isJdkCA_Ljava_7_security_7_cert_7_TrustAnchor_s_.this.arg0)]

  # call Java static method 'public static void sun.security.provider.certpath.CertPathHelper.setDateAndTime(java.security.cert.X509CRLSelector,java.util.Date,long)':
  #
  public setDateAndTime_Ljava_7_security_7_cert_7_X509CRLSelector_s_Ljava_7_util_7_Date_s_J(arg0 Java.java.security.cert.X509CRLSelector, arg1 Java.java.util.Date, arg2 i64) unit =>
    fuzion.java.call_static (unit) "sun.security.provider.certpath.CertPathHelper" "setDateAndTime" "(Ljava/security/cert/X509CRLSelector;Ljava/util/Date;J)V" [(Java.sun.security.provider.certpath.CertPathHelper_static.setDateAndTime_Ljava_7_security_7_cert_7_X509CRLSelector_s_Ljava_7_util_7_Date_s_J.this.arg0); (Java.sun.security.provider.certpath.CertPathHelper_static.setDateAndTime_Ljava_7_security_7_cert_7_X509CRLSelector_s_Ljava_7_util_7_Date_s_J.this.arg1); (fuzion.java.i64_to_java_object Java.sun.security.provider.certpath.CertPathHelper_static.setDateAndTime_Ljava_7_security_7_cert_7_X509CRLSelector_s_Ljava_7_util_7_Date_s_J.this.arg2)]

  # short-hand to call Java method 'public static boolean sun.security.provider.certpath.CertPathHelper.isJdkCA(java.security.cert.TrustAnchor)':
  #
  public isJdkCA(arg0 Java.java.security.cert.TrustAnchor) (bool) =>
    isJdkCA_Ljava_7_security_7_cert_7_TrustAnchor_s_ Java.sun.security.provider.certpath.CertPathHelper_static.isJdkCA.this.arg0

  # short-hand to call Java method 'public static void sun.security.provider.certpath.CertPathHelper.setDateAndTime(java.security.cert.X509CRLSelector,java.util.Date,long)':
  #
  public setDateAndTime(arg0 Java.java.security.cert.X509CRLSelector, arg1 Java.java.util.Date, arg2 i64) (unit) =>
    setDateAndTime_Ljava_7_security_7_cert_7_X509CRLSelector_s_Ljava_7_util_7_Date_s_J Java.sun.security.provider.certpath.CertPathHelper_static.setDateAndTime.this.arg0 Java.sun.security.provider.certpath.CertPathHelper_static.setDateAndTime.this.arg1 Java.sun.security.provider.certpath.CertPathHelper_static.setDateAndTime.this.arg2