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

Java/sun/security/rsa/RSAPublicKeyImpl_static.fz


# Fuzion interface to static members of Java class 'sun.security.rsa.RSAPublicKeyImpl'
#
# !!!!!!  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.rsa.RSAPublicKeyImpl_static is

  # call Java static method 'public static java.security.interfaces.RSAPublicKey sun.security.rsa.RSAPublicKeyImpl.newKey(sun.security.rsa.RSAUtil$KeyType,java.lang.String,byte[]) throws java.security.InvalidKeyException':
  #
  public newKey_Lsun_7_security_7_rsa_7_RSAUtil_S_KeyType_s_Ljava_7_lang_7_String_s__u00005b_B(arg0 Java.sun.security.rsa.RSAUtil_S_KeyType, arg1 String, arg2 Sequence (i8)) outcome (Java.java.security.interfaces.RSAPublicKey) =>
    fuzion.java.call_static (outcome (Java.java.security.interfaces.RSAPublicKey)) "sun.security.rsa.RSAPublicKeyImpl" "newKey" "(Lsun/security/rsa/RSAUtil\$KeyType;Ljava/lang/String;[B)Ljava/security/interfaces/RSAPublicKey;" [(Java.sun.security.rsa.RSAPublicKeyImpl_static.newKey_Lsun_7_security_7_rsa_7_RSAUtil_S_KeyType_s_Ljava_7_lang_7_String_s__u00005b_B.this.arg0); (fuzion.java.string_to_java_object Java.sun.security.rsa.RSAPublicKeyImpl_static.newKey_Lsun_7_security_7_rsa_7_RSAUtil_S_KeyType_s_Ljava_7_lang_7_String_s__u00005b_B.this.arg1); (fuzion.java.array_to_java_object (i8) Java.sun.security.rsa.RSAPublicKeyImpl_static.newKey_Lsun_7_security_7_rsa_7_RSAUtil_S_KeyType_s_Ljava_7_lang_7_String_s__u00005b_B.this.arg2)]

  # call Java static method 'public static java.security.interfaces.RSAPublicKey sun.security.rsa.RSAPublicKeyImpl.newKey(sun.security.rsa.RSAUtil$KeyType,java.security.spec.AlgorithmParameterSpec,java.math.BigInteger,java.math.BigInteger) throws java.security.InvalidKeyException':
  #
  public newKey_Lsun_7_security_7_rsa_7_RSAUtil_S_KeyType_s_Ljava_7_security_7_spec_7_AlgorithmParameterSpec_s_Ljava_7_math_7_BigInteger_s_Ljava_7_math_7_BigInteger_s_(arg0 Java.sun.security.rsa.RSAUtil_S_KeyType, arg1 Java.java.security.spec.AlgorithmParameterSpec, arg2 Java.java.math.BigInteger, arg3 Java.java.math.BigInteger) outcome (Java.java.security.interfaces.RSAPublicKey) =>
    fuzion.java.call_static (outcome (Java.java.security.interfaces.RSAPublicKey)) "sun.security.rsa.RSAPublicKeyImpl" "newKey" "(Lsun/security/rsa/RSAUtil\$KeyType;Ljava/security/spec/AlgorithmParameterSpec;Ljava/math/BigInteger;Ljava/math/BigInteger;)Ljava/security/interfaces/RSAPublicKey;" [(Java.sun.security.rsa.RSAPublicKeyImpl_static.newKey_Lsun_7_security_7_rsa_7_RSAUtil_S_KeyType_s_Ljava_7_security_7_spec_7_AlgorithmParameterSpec_s_Ljava_7_math_7_BigInteger_s_Ljava_7_math_7_BigInteger_s_.this.arg0); (Java.sun.security.rsa.RSAPublicKeyImpl_static.newKey_Lsun_7_security_7_rsa_7_RSAUtil_S_KeyType_s_Ljava_7_security_7_spec_7_AlgorithmParameterSpec_s_Ljava_7_math_7_BigInteger_s_Ljava_7_math_7_BigInteger_s_.this.arg1); (Java.sun.security.rsa.RSAPublicKeyImpl_static.newKey_Lsun_7_security_7_rsa_7_RSAUtil_S_KeyType_s_Ljava_7_security_7_spec_7_AlgorithmParameterSpec_s_Ljava_7_math_7_BigInteger_s_Ljava_7_math_7_BigInteger_s_.this.arg2); (Java.sun.security.rsa.RSAPublicKeyImpl_static.newKey_Lsun_7_security_7_rsa_7_RSAUtil_S_KeyType_s_Ljava_7_security_7_spec_7_AlgorithmParameterSpec_s_Ljava_7_math_7_BigInteger_s_Ljava_7_math_7_BigInteger_s_.this.arg3)]

  # short-hand to call Java method 'public static java.security.interfaces.RSAPublicKey sun.security.rsa.RSAPublicKeyImpl.newKey(sun.security.rsa.RSAUtil$KeyType,java.lang.String,byte[]) throws java.security.InvalidKeyException':
  #
  public newKey(arg0 Java.sun.security.rsa.RSAUtil_S_KeyType, arg1 String, arg2 Sequence (i8)) (outcome (Java.java.security.interfaces.RSAPublicKey)) =>
    newKey_Lsun_7_security_7_rsa_7_RSAUtil_S_KeyType_s_Ljava_7_lang_7_String_s__u00005b_B Java.sun.security.rsa.RSAPublicKeyImpl_static.newKey.this.arg0 Java.sun.security.rsa.RSAPublicKeyImpl_static.newKey.this.arg1 Java.sun.security.rsa.RSAPublicKeyImpl_static.newKey.this.arg2

  # short-hand to call Java method 'public static java.security.interfaces.RSAPublicKey sun.security.rsa.RSAPublicKeyImpl.newKey(sun.security.rsa.RSAUtil$KeyType,java.security.spec.AlgorithmParameterSpec,java.math.BigInteger,java.math.BigInteger) throws java.security.InvalidKeyException':
  #
  public newKey(arg0 Java.sun.security.rsa.RSAUtil_S_KeyType, arg1 Java.java.security.spec.AlgorithmParameterSpec, arg2 Java.java.math.BigInteger, arg3 Java.java.math.BigInteger) (outcome (Java.java.security.interfaces.RSAPublicKey)) =>
    newKey_Lsun_7_security_7_rsa_7_RSAUtil_S_KeyType_s_Ljava_7_security_7_spec_7_AlgorithmParameterSpec_s_Ljava_7_math_7_BigInteger_s_Ljava_7_math_7_BigInteger_s_ Java.sun.security.rsa.RSAPublicKeyImpl_static.newKey.this.arg0 Java.sun.security.rsa.RSAPublicKeyImpl_static.newKey.this.arg1 Java.sun.security.rsa.RSAPublicKeyImpl_static.newKey.this.arg2 Java.sun.security.rsa.RSAPublicKeyImpl_static.newKey.this.arg3