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

Java/javax/crypto/SealedObject_static.fz


# Fuzion interface to static members of Java class 'javax.crypto.SealedObject'
#
# !!!!!!  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.javax.crypto.SealedObject_static is

  # call Java constructor 'public javax.crypto.SealedObject(java.io.Serializable,javax.crypto.Cipher) throws java.io.IOException,javax.crypto.IllegalBlockSizeException':
  #
  public new_Ljava_7_io_7_Serializable_s_Ljavax_7_crypto_7_Cipher_s_(arg0 Java.java.io.Serializable, arg1 Java.javax.crypto.Cipher) outcome (Java.javax.crypto.SealedObject) =>
    fuzion.java.call_constructor (outcome (Java.javax.crypto.SealedObject)) "javax.crypto.SealedObject" "(Ljava/io/Serializable;Ljavax/crypto/Cipher;)V" [(Java.javax.crypto.SealedObject_static.new_Ljava_7_io_7_Serializable_s_Ljavax_7_crypto_7_Cipher_s_.this.arg0); (Java.javax.crypto.SealedObject_static.new_Ljava_7_io_7_Serializable_s_Ljavax_7_crypto_7_Cipher_s_.this.arg1)]

  # short-hand to call Java constructor 'public javax.crypto.SealedObject(java.io.Serializable,javax.crypto.Cipher) throws java.io.IOException,javax.crypto.IllegalBlockSizeException':
  #
  public new(arg0 Java.java.io.Serializable, arg1 Java.javax.crypto.Cipher) (outcome (Java.javax.crypto.SealedObject)) =>
    new_Ljava_7_io_7_Serializable_s_Ljavax_7_crypto_7_Cipher_s_ Java.javax.crypto.SealedObject_static.new.this.arg0 Java.javax.crypto.SealedObject_static.new.this.arg1