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

Java/java/security/spec/EdECPrivateKeySpec.fz


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

  # call Java instance method 'public byte[] java.security.spec.EdECPrivateKeySpec.getBytes()':
  #
  public getBytes fuzion.java.Array (i8) =>
    fuzion.java.call_virtual (fuzion.java.Array (i8)) "java.security.spec.EdECPrivateKeySpec" "getBytes" "()[B" EdECPrivateKeySpec.this []

  # call Java instance method 'public java.security.spec.NamedParameterSpec java.security.spec.EdECPrivateKeySpec.getParams()':
  #
  public getParams Java.java.security.spec.NamedParameterSpec =>
    fuzion.java.call_virtual (Java.java.security.spec.NamedParameterSpec) "java.security.spec.EdECPrivateKeySpec" "getParams" "()Ljava/security/spec/NamedParameterSpec;" EdECPrivateKeySpec.this []