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

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


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

  # call Java instance method 'public byte[] sun.security.provider.certpath.ResponderId.getEncoded()':
  #
  public getEncoded fuzion.java.Array (i8) =>
    fuzion.java.call_virtual (fuzion.java.Array (i8)) "sun.security.provider.certpath.ResponderId" "getEncoded" "()[B" ResponderId.this []

  # call Java instance method 'public sun.security.x509.KeyIdentifier sun.security.provider.certpath.ResponderId.getKeyIdentifier()':
  #
  public getKeyIdentifier Java.sun.security.x509.KeyIdentifier =>
    fuzion.java.call_virtual (Java.sun.security.x509.KeyIdentifier) "sun.security.provider.certpath.ResponderId" "getKeyIdentifier" "()Lsun/security/x509/KeyIdentifier;" ResponderId.this []

  # call Java instance method 'public javax.security.auth.x500.X500Principal sun.security.provider.certpath.ResponderId.getResponderName()':
  #
  public getResponderName Java.javax.security.auth.x500.X500Principal =>
    fuzion.java.call_virtual (Java.javax.security.auth.x500.X500Principal) "sun.security.provider.certpath.ResponderId" "getResponderName" "()Ljavax/security/auth/x500/X500Principal;" ResponderId.this []

  # call Java instance method 'public sun.security.provider.certpath.ResponderId$Type sun.security.provider.certpath.ResponderId.getType()':
  #
  public getType Java.sun.security.provider.certpath.ResponderId_S_Type =>
    fuzion.java.call_virtual (Java.sun.security.provider.certpath.ResponderId_S_Type) "sun.security.provider.certpath.ResponderId" "getType" "()Lsun/security/provider/certpath/ResponderId\$Type;" ResponderId.this []

  # call Java instance method 'public int sun.security.provider.certpath.ResponderId.length()':
  #
  public length i32 =>
    fuzion.java.call_virtual (i32) "sun.security.provider.certpath.ResponderId" "length" "()I" ResponderId.this []