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

Java/sun/security/pkcs/PKCS8Key.fz


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

  # call Java instance method 'public void sun.security.pkcs.PKCS8Key.clear()':
  #
  public clear unit =>
    fuzion.java.call_virtual (unit) "sun.security.pkcs.PKCS8Key" "clear" "()V" PKCS8Key.this []

  # call Java instance method 'public java.lang.String sun.security.pkcs.PKCS8Key.getAlgorithm()':
  #
  public getAlgorithm Java.java.lang.__jString =>
    fuzion.java.call_virtual (Java.java.lang.__jString) "sun.security.pkcs.PKCS8Key" "getAlgorithm" "()Ljava/lang/String;" PKCS8Key.this []

  # call Java instance method 'public sun.security.x509.AlgorithmId sun.security.pkcs.PKCS8Key.getAlgorithmId()':
  #
  public getAlgorithmId Java.sun.security.x509.AlgorithmId =>
    fuzion.java.call_virtual (Java.sun.security.x509.AlgorithmId) "sun.security.pkcs.PKCS8Key" "getAlgorithmId" "()Lsun/security/x509/AlgorithmId;" PKCS8Key.this []

  # call Java instance method 'public byte[] sun.security.pkcs.PKCS8Key.getEncoded()':
  #
  public getEncoded fuzion.java.Array (i8) =>
    fuzion.java.call_virtual (fuzion.java.Array (i8)) "sun.security.pkcs.PKCS8Key" "getEncoded" "()[B" PKCS8Key.this []

  # call Java instance method 'public java.lang.String sun.security.pkcs.PKCS8Key.getFormat()':
  #
  public getFormat Java.java.lang.__jString =>
    fuzion.java.call_virtual (Java.java.lang.__jString) "sun.security.pkcs.PKCS8Key" "getFormat" "()Ljava/lang/String;" PKCS8Key.this []