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

Java/javax/crypto/interfaces/PBEKey.fz


# Fuzion interface to instance members of Java instance class 'javax.crypto.interfaces.PBEKey'
#
# !!!!!!  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.interfaces.PBEKey(forbidden void) ref : fuzion.java.Java_Object(forbidden) is

  # call Java instance method 'public abstract int javax.crypto.interfaces.PBEKey.getIterationCount()':
  #
  public getIterationCount i32 =>
    fuzion.java.call_virtual (i32) "javax.crypto.interfaces.PBEKey" "getIterationCount" "()I" PBEKey.this []

  # call Java instance method 'public abstract char[] javax.crypto.interfaces.PBEKey.getPassword()':
  #
  public getPassword fuzion.java.Array (u16) =>
    fuzion.java.call_virtual (fuzion.java.Array (u16)) "javax.crypto.interfaces.PBEKey" "getPassword" "()[C" PBEKey.this []

  # call Java instance method 'public abstract byte[] javax.crypto.interfaces.PBEKey.getSalt()':
  #
  public getSalt fuzion.java.Array (i8) =>
    fuzion.java.call_virtual (fuzion.java.Array (i8)) "javax.crypto.interfaces.PBEKey" "getSalt" "()[B" PBEKey.this []