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

Java/sun/security/rsa/RSAKeyFactory_static.fz


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

  # call Java static method 'public static void sun.security.rsa.RSAKeyFactory.checkKeyLengths(int,java.math.BigInteger,int,int) throws java.security.InvalidKeyException':
  #
  public checkKeyLengths_ILjava_7_math_7_BigInteger_s_II(arg0 i32, arg1 Java.java.math.BigInteger, arg2 i32, arg3 i32) outcome (unit) =>
    fuzion.java.call_static (outcome (unit)) "sun.security.rsa.RSAKeyFactory" "checkKeyLengths" "(ILjava/math/BigInteger;II)V" [(fuzion.java.i32_to_java_object Java.sun.security.rsa.RSAKeyFactory_static.checkKeyLengths_ILjava_7_math_7_BigInteger_s_II.this.arg0); (Java.sun.security.rsa.RSAKeyFactory_static.checkKeyLengths_ILjava_7_math_7_BigInteger_s_II.this.arg1); (fuzion.java.i32_to_java_object Java.sun.security.rsa.RSAKeyFactory_static.checkKeyLengths_ILjava_7_math_7_BigInteger_s_II.this.arg2); (fuzion.java.i32_to_java_object Java.sun.security.rsa.RSAKeyFactory_static.checkKeyLengths_ILjava_7_math_7_BigInteger_s_II.this.arg3)]

  # call Java static method 'public static java.security.interfaces.RSAKey sun.security.rsa.RSAKeyFactory.toRSAKey(java.security.Key) throws java.security.InvalidKeyException':
  #
  public toRSAKey_Ljava_7_security_7_Key_s_(arg0 Java.java.security.Key) outcome (Java.java.security.interfaces.RSAKey) =>
    fuzion.java.call_static (outcome (Java.java.security.interfaces.RSAKey)) "sun.security.rsa.RSAKeyFactory" "toRSAKey" "(Ljava/security/Key;)Ljava/security/interfaces/RSAKey;" [(Java.sun.security.rsa.RSAKeyFactory_static.toRSAKey_Ljava_7_security_7_Key_s_.this.arg0)]

  # short-hand to call Java method 'public static void sun.security.rsa.RSAKeyFactory.checkKeyLengths(int,java.math.BigInteger,int,int) throws java.security.InvalidKeyException':
  #
  public checkKeyLengths(arg0 i32, arg1 Java.java.math.BigInteger, arg2 i32, arg3 i32) (outcome (unit)) =>
    checkKeyLengths_ILjava_7_math_7_BigInteger_s_II Java.sun.security.rsa.RSAKeyFactory_static.checkKeyLengths.this.arg0 Java.sun.security.rsa.RSAKeyFactory_static.checkKeyLengths.this.arg1 Java.sun.security.rsa.RSAKeyFactory_static.checkKeyLengths.this.arg2 Java.sun.security.rsa.RSAKeyFactory_static.checkKeyLengths.this.arg3

  # short-hand to call Java method 'public static java.security.interfaces.RSAKey sun.security.rsa.RSAKeyFactory.toRSAKey(java.security.Key) throws java.security.InvalidKeyException':
  #
  public toRSAKey(arg0 Java.java.security.Key) (outcome (Java.java.security.interfaces.RSAKey)) =>
    toRSAKey_Ljava_7_security_7_Key_s_ Java.sun.security.rsa.RSAKeyFactory_static.toRSAKey.this.arg0

  # read static Java field 'public static final int sun.security.rsa.RSAKeyFactory.MAX_MODLEN':
  #
  public MAX__MODLEN i32 =>
    fuzion.java.get_static_field (i32) "sun.security.rsa.RSAKeyFactory" "MAX_MODLEN"

  # read static Java field 'public static final int sun.security.rsa.RSAKeyFactory.MAX_MODLEN_RESTRICT_EXP':
  #
  public MAX__MODLEN__RESTRICT__EXP i32 =>
    fuzion.java.get_static_field (i32) "sun.security.rsa.RSAKeyFactory" "MAX_MODLEN_RESTRICT_EXP"

  # read static Java field 'public static final int sun.security.rsa.RSAKeyFactory.MAX_RESTRICTED_EXPLEN':
  #
  public MAX__RESTRICTED__EXPLEN i32 =>
    fuzion.java.get_static_field (i32) "sun.security.rsa.RSAKeyFactory" "MAX_RESTRICTED_EXPLEN"

  # read static Java field 'public static final int sun.security.rsa.RSAKeyFactory.MIN_MODLEN':
  #
  public MIN__MODLEN i32 =>
    fuzion.java.get_static_field (i32) "sun.security.rsa.RSAKeyFactory" "MIN_MODLEN"

  # call Java constructor 'public sun.security.rsa.RSAKeyFactory(sun.security.rsa.RSAUtil$KeyType)':
  #
  public new_Lsun_7_security_7_rsa_7_RSAUtil_S_KeyType_s_(arg0 Java.sun.security.rsa.RSAUtil_S_KeyType) Java.sun.security.rsa.RSAKeyFactory =>
    fuzion.java.call_constructor (Java.sun.security.rsa.RSAKeyFactory) "sun.security.rsa.RSAKeyFactory" "(Lsun/security/rsa/RSAUtil\$KeyType;)V" [(Java.sun.security.rsa.RSAKeyFactory_static.new_Lsun_7_security_7_rsa_7_RSAUtil_S_KeyType_s_.this.arg0)]

  # short-hand to call Java constructor 'public sun.security.rsa.RSAKeyFactory(sun.security.rsa.RSAUtil$KeyType)':
  #
  public new(arg0 Java.sun.security.rsa.RSAUtil_S_KeyType) (Java.sun.security.rsa.RSAKeyFactory) =>
    new_Lsun_7_security_7_rsa_7_RSAUtil_S_KeyType_s_ Java.sun.security.rsa.RSAKeyFactory_static.new.this.arg0