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

Java/java/security/KeyStore_S_TrustedCertificateEntry.fz


# Fuzion interface to instance members of Java instance class 'java.security.KeyStore$TrustedCertificateEntry'
#
# !!!!!!  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.java.security.KeyStore_S_TrustedCertificateEntry(redef forbidden void) ref : Java.java.lang.Object(forbidden), fuzion.java.Java_Object(forbidden) is

  # call Java instance method 'public java.util.Set java.security.KeyStore$TrustedCertificateEntry.getAttributes()':
  #
  public getAttributes Java.java.util.Set =>
    fuzion.java.call_virtual (Java.java.util.Set) "java.security.KeyStore\$TrustedCertificateEntry" "getAttributes" "()Ljava/util/Set;" KeyStore_S_TrustedCertificateEntry.this []

  # call Java instance method 'public java.security.cert.Certificate java.security.KeyStore$TrustedCertificateEntry.getTrustedCertificate()':
  #
  public getTrustedCertificate Java.java.security.cert.Certificate =>
    fuzion.java.call_virtual (Java.java.security.cert.Certificate) "java.security.KeyStore\$TrustedCertificateEntry" "getTrustedCertificate" "()Ljava/security/cert/Certificate;" KeyStore_S_TrustedCertificateEntry.this []