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

Java/jdk/internal/access/JavaxCryptoSpecAccess.fz


# Fuzion interface to instance members of Java instance class 'jdk.internal.access.JavaxCryptoSpecAccess'
#
# !!!!!!  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.jdk.internal.access.JavaxCryptoSpecAccess(forbidden void) ref : fuzion.java.Java_Object(forbidden) is

  # call Java instance method 'public abstract void jdk.internal.access.JavaxCryptoSpecAccess.clearSecretKeySpec(javax.crypto.spec.SecretKeySpec)':
  #
  public clearSecretKeySpec_Ljavax_7_crypto_7_spec_7_SecretKeySpec_s_(arg0 Java.javax.crypto.spec.SecretKeySpec) unit =>
    fuzion.java.call_virtual (unit) "jdk.internal.access.JavaxCryptoSpecAccess" "clearSecretKeySpec" "(Ljavax/crypto/spec/SecretKeySpec;)V" JavaxCryptoSpecAccess.this [(Java.jdk.internal.access.JavaxCryptoSpecAccess.clearSecretKeySpec_Ljavax_7_crypto_7_spec_7_SecretKeySpec_s_.this.arg0)]

  # short-hand to call Java method 'public abstract void jdk.internal.access.JavaxCryptoSpecAccess.clearSecretKeySpec(javax.crypto.spec.SecretKeySpec)':
  #
  public clearSecretKeySpec(arg0 Java.javax.crypto.spec.SecretKeySpec) (unit) =>
    clearSecretKeySpec_Ljavax_7_crypto_7_spec_7_SecretKeySpec_s_ Java.jdk.internal.access.JavaxCryptoSpecAccess.clearSecretKeySpec.this.arg0