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

Java/sun/security/pkcs/PKCS8Key_static.fz


# Fuzion interface to static members of Java 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_static is

  # call Java static method 'public static java.security.PrivateKey sun.security.pkcs.PKCS8Key.parseKey(byte[]) throws java.io.IOException':
  #
  public parseKey__u00005b_B(arg0 Sequence (i8)) outcome (Java.java.security.PrivateKey) =>
    fuzion.java.call_static (outcome (Java.java.security.PrivateKey)) "sun.security.pkcs.PKCS8Key" "parseKey" "([B)Ljava/security/PrivateKey;" [(fuzion.java.array_to_java_object (i8) Java.sun.security.pkcs.PKCS8Key_static.parseKey__u00005b_B.this.arg0)]

  # short-hand to call Java method 'public static java.security.PrivateKey sun.security.pkcs.PKCS8Key.parseKey(byte[]) throws java.io.IOException':
  #
  public parseKey(arg0 Sequence (i8)) (outcome (Java.java.security.PrivateKey)) =>
    parseKey__u00005b_B Java.sun.security.pkcs.PKCS8Key_static.parseKey.this.arg0