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

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


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

  # call Java constructor 'public sun.security.provider.certpath.OCSPResponse(byte[]) throws java.io.IOException':
  #
  public new__u00005b_B(arg0 Sequence (i8)) outcome (Java.sun.security.provider.certpath.OCSPResponse) =>
    fuzion.java.call_constructor (outcome (Java.sun.security.provider.certpath.OCSPResponse)) "sun.security.provider.certpath.OCSPResponse" "([B)V" [(fuzion.java.array_to_java_object (i8) Java.sun.security.provider.certpath.OCSPResponse_static.new__u00005b_B.this.arg0)]

  # short-hand to call Java constructor 'public sun.security.provider.certpath.OCSPResponse(byte[]) throws java.io.IOException':
  #
  public new(arg0 Sequence (i8)) (outcome (Java.sun.security.provider.certpath.OCSPResponse)) =>
    new__u00005b_B Java.sun.security.provider.certpath.OCSPResponse_static.new.this.arg0