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

Java/java/security/KeyFactory.fz


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

  # call Java instance method 'public final java.security.PrivateKey java.security.KeyFactory.generatePrivate(java.security.spec.KeySpec) throws java.security.spec.InvalidKeySpecException':
  #
  public generatePrivate_Ljava_7_security_7_spec_7_KeySpec_s_(arg0 Java.java.security.spec.KeySpec) outcome (Java.java.security.PrivateKey) =>
    fuzion.java.call_virtual (outcome (Java.java.security.PrivateKey)) "java.security.KeyFactory" "generatePrivate" "(Ljava/security/spec/KeySpec;)Ljava/security/PrivateKey;" KeyFactory.this [(Java.java.security.KeyFactory.generatePrivate_Ljava_7_security_7_spec_7_KeySpec_s_.this.arg0)]

  # call Java instance method 'public final java.security.PublicKey java.security.KeyFactory.generatePublic(java.security.spec.KeySpec) throws java.security.spec.InvalidKeySpecException':
  #
  public generatePublic_Ljava_7_security_7_spec_7_KeySpec_s_(arg0 Java.java.security.spec.KeySpec) outcome (Java.java.security.PublicKey) =>
    fuzion.java.call_virtual (outcome (Java.java.security.PublicKey)) "java.security.KeyFactory" "generatePublic" "(Ljava/security/spec/KeySpec;)Ljava/security/PublicKey;" KeyFactory.this [(Java.java.security.KeyFactory.generatePublic_Ljava_7_security_7_spec_7_KeySpec_s_.this.arg0)]

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

  # call Java instance method 'public final java.security.spec.KeySpec java.security.KeyFactory.getKeySpec(java.security.Key,java.lang.Class) throws java.security.spec.InvalidKeySpecException':
  #
  public getKeySpec_Ljava_7_security_7_Key_s_Ljava_7_lang_7_Class_s_(arg0 Java.java.security.Key, arg1 Java.java.lang.Class) outcome (Java.java.security.spec.KeySpec) =>
    fuzion.java.call_virtual (outcome (Java.java.security.spec.KeySpec)) "java.security.KeyFactory" "getKeySpec" "(Ljava/security/Key;Ljava/lang/Class;)Ljava/security/spec/KeySpec;" KeyFactory.this [(Java.java.security.KeyFactory.getKeySpec_Ljava_7_security_7_Key_s_Ljava_7_lang_7_Class_s_.this.arg0); (Java.java.security.KeyFactory.getKeySpec_Ljava_7_security_7_Key_s_Ljava_7_lang_7_Class_s_.this.arg1)]

  # call Java instance method 'public final java.security.Provider java.security.KeyFactory.getProvider()':
  #
  public getProvider Java.java.security.Provider =>
    fuzion.java.call_virtual (Java.java.security.Provider) "java.security.KeyFactory" "getProvider" "()Ljava/security/Provider;" KeyFactory.this []

  # call Java instance method 'public final java.security.Key java.security.KeyFactory.translateKey(java.security.Key) throws java.security.InvalidKeyException':
  #
  public translateKey_Ljava_7_security_7_Key_s_(arg0 Java.java.security.Key) outcome (Java.java.security.Key) =>
    fuzion.java.call_virtual (outcome (Java.java.security.Key)) "java.security.KeyFactory" "translateKey" "(Ljava/security/Key;)Ljava/security/Key;" KeyFactory.this [(Java.java.security.KeyFactory.translateKey_Ljava_7_security_7_Key_s_.this.arg0)]

  # short-hand to call Java method 'public final java.security.PrivateKey java.security.KeyFactory.generatePrivate(java.security.spec.KeySpec) throws java.security.spec.InvalidKeySpecException':
  #
  public generatePrivate(arg0 Java.java.security.spec.KeySpec) (outcome (Java.java.security.PrivateKey)) =>
    generatePrivate_Ljava_7_security_7_spec_7_KeySpec_s_ Java.java.security.KeyFactory.generatePrivate.this.arg0

  # short-hand to call Java method 'public final java.security.PublicKey java.security.KeyFactory.generatePublic(java.security.spec.KeySpec) throws java.security.spec.InvalidKeySpecException':
  #
  public generatePublic(arg0 Java.java.security.spec.KeySpec) (outcome (Java.java.security.PublicKey)) =>
    generatePublic_Ljava_7_security_7_spec_7_KeySpec_s_ Java.java.security.KeyFactory.generatePublic.this.arg0

  # short-hand to call Java method 'public final java.security.spec.KeySpec java.security.KeyFactory.getKeySpec(java.security.Key,java.lang.Class) throws java.security.spec.InvalidKeySpecException':
  #
  public getKeySpec(arg0 Java.java.security.Key, arg1 Java.java.lang.Class) (outcome (Java.java.security.spec.KeySpec)) =>
    getKeySpec_Ljava_7_security_7_Key_s_Ljava_7_lang_7_Class_s_ Java.java.security.KeyFactory.getKeySpec.this.arg0 Java.java.security.KeyFactory.getKeySpec.this.arg1

  # short-hand to call Java method 'public final java.security.Key java.security.KeyFactory.translateKey(java.security.Key) throws java.security.InvalidKeyException':
  #
  public translateKey(arg0 Java.java.security.Key) (outcome (Java.java.security.Key)) =>
    translateKey_Ljava_7_security_7_Key_s_ Java.java.security.KeyFactory.translateKey.this.arg0