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

Java/javax/crypto/EncryptedPrivateKeyInfo.fz


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

  # call Java instance method 'public java.lang.String javax.crypto.EncryptedPrivateKeyInfo.getAlgName()':
  #
  public getAlgName Java.java.lang.__jString =>
    fuzion.java.call_virtual (Java.java.lang.__jString) "javax.crypto.EncryptedPrivateKeyInfo" "getAlgName" "()Ljava/lang/String;" EncryptedPrivateKeyInfo.this []

  # call Java instance method 'public java.security.AlgorithmParameters javax.crypto.EncryptedPrivateKeyInfo.getAlgParameters()':
  #
  public getAlgParameters Java.java.security.AlgorithmParameters =>
    fuzion.java.call_virtual (Java.java.security.AlgorithmParameters) "javax.crypto.EncryptedPrivateKeyInfo" "getAlgParameters" "()Ljava/security/AlgorithmParameters;" EncryptedPrivateKeyInfo.this []

  # call Java instance method 'public byte[] javax.crypto.EncryptedPrivateKeyInfo.getEncoded() throws java.io.IOException':
  #
  public getEncoded outcome (fuzion.java.Array (i8)) =>
    fuzion.java.call_virtual (outcome (fuzion.java.Array (i8))) "javax.crypto.EncryptedPrivateKeyInfo" "getEncoded" "()[B" EncryptedPrivateKeyInfo.this []

  # call Java instance method 'public byte[] javax.crypto.EncryptedPrivateKeyInfo.getEncryptedData()':
  #
  public getEncryptedData fuzion.java.Array (i8) =>
    fuzion.java.call_virtual (fuzion.java.Array (i8)) "javax.crypto.EncryptedPrivateKeyInfo" "getEncryptedData" "()[B" EncryptedPrivateKeyInfo.this []

  # call Java instance method 'public java.security.spec.PKCS8EncodedKeySpec javax.crypto.EncryptedPrivateKeyInfo.getKeySpec(java.security.Key) throws java.security.NoSuchAlgorithmException,java.security.InvalidKeyException':
  #
  public getKeySpec_Ljava_7_security_7_Key_s_(arg0 Java.java.security.Key) outcome (Java.java.security.spec.PKCS8EncodedKeySpec) =>
    fuzion.java.call_virtual (outcome (Java.java.security.spec.PKCS8EncodedKeySpec)) "javax.crypto.EncryptedPrivateKeyInfo" "getKeySpec" "(Ljava/security/Key;)Ljava/security/spec/PKCS8EncodedKeySpec;" EncryptedPrivateKeyInfo.this [(Java.javax.crypto.EncryptedPrivateKeyInfo.getKeySpec_Ljava_7_security_7_Key_s_.this.arg0)]

  # call Java instance method 'public java.security.spec.PKCS8EncodedKeySpec javax.crypto.EncryptedPrivateKeyInfo.getKeySpec(java.security.Key,java.lang.String) throws java.security.NoSuchProviderException,java.security.NoSuchAlgorithmException,java.security.InvalidKeyException':
  #
  public getKeySpec_Ljava_7_security_7_Key_s_Ljava_7_lang_7_String_s_(arg0 Java.java.security.Key, arg1 String) outcome (Java.java.security.spec.PKCS8EncodedKeySpec) =>
    fuzion.java.call_virtual (outcome (Java.java.security.spec.PKCS8EncodedKeySpec)) "javax.crypto.EncryptedPrivateKeyInfo" "getKeySpec" "(Ljava/security/Key;Ljava/lang/String;)Ljava/security/spec/PKCS8EncodedKeySpec;" EncryptedPrivateKeyInfo.this [(Java.javax.crypto.EncryptedPrivateKeyInfo.getKeySpec_Ljava_7_security_7_Key_s_Ljava_7_lang_7_String_s_.this.arg0); (fuzion.java.string_to_java_object Java.javax.crypto.EncryptedPrivateKeyInfo.getKeySpec_Ljava_7_security_7_Key_s_Ljava_7_lang_7_String_s_.this.arg1)]

  # call Java instance method 'public java.security.spec.PKCS8EncodedKeySpec javax.crypto.EncryptedPrivateKeyInfo.getKeySpec(java.security.Key,java.security.Provider) throws java.security.NoSuchAlgorithmException,java.security.InvalidKeyException':
  #
  public getKeySpec_Ljava_7_security_7_Key_s_Ljava_7_security_7_Provider_s_(arg0 Java.java.security.Key, arg1 Java.java.security.Provider) outcome (Java.java.security.spec.PKCS8EncodedKeySpec) =>
    fuzion.java.call_virtual (outcome (Java.java.security.spec.PKCS8EncodedKeySpec)) "javax.crypto.EncryptedPrivateKeyInfo" "getKeySpec" "(Ljava/security/Key;Ljava/security/Provider;)Ljava/security/spec/PKCS8EncodedKeySpec;" EncryptedPrivateKeyInfo.this [(Java.javax.crypto.EncryptedPrivateKeyInfo.getKeySpec_Ljava_7_security_7_Key_s_Ljava_7_security_7_Provider_s_.this.arg0); (Java.javax.crypto.EncryptedPrivateKeyInfo.getKeySpec_Ljava_7_security_7_Key_s_Ljava_7_security_7_Provider_s_.this.arg1)]

  # call Java instance method 'public java.security.spec.PKCS8EncodedKeySpec javax.crypto.EncryptedPrivateKeyInfo.getKeySpec(javax.crypto.Cipher) throws java.security.spec.InvalidKeySpecException':
  #
  public getKeySpec_Ljavax_7_crypto_7_Cipher_s_(arg0 Java.javax.crypto.Cipher) outcome (Java.java.security.spec.PKCS8EncodedKeySpec) =>
    fuzion.java.call_virtual (outcome (Java.java.security.spec.PKCS8EncodedKeySpec)) "javax.crypto.EncryptedPrivateKeyInfo" "getKeySpec" "(Ljavax/crypto/Cipher;)Ljava/security/spec/PKCS8EncodedKeySpec;" EncryptedPrivateKeyInfo.this [(Java.javax.crypto.EncryptedPrivateKeyInfo.getKeySpec_Ljavax_7_crypto_7_Cipher_s_.this.arg0)]

  # short-hand to call Java method 'public java.security.spec.PKCS8EncodedKeySpec javax.crypto.EncryptedPrivateKeyInfo.getKeySpec(java.security.Key) throws java.security.NoSuchAlgorithmException,java.security.InvalidKeyException':
  #
  public getKeySpec(arg0 Java.java.security.Key) (outcome (Java.java.security.spec.PKCS8EncodedKeySpec)) =>
    getKeySpec_Ljava_7_security_7_Key_s_ Java.javax.crypto.EncryptedPrivateKeyInfo.getKeySpec.this.arg0

  # short-hand to call Java method 'public java.security.spec.PKCS8EncodedKeySpec javax.crypto.EncryptedPrivateKeyInfo.getKeySpec(java.security.Key,java.lang.String) throws java.security.NoSuchProviderException,java.security.NoSuchAlgorithmException,java.security.InvalidKeyException':
  #
  public getKeySpec(arg0 Java.java.security.Key, arg1 String) (outcome (Java.java.security.spec.PKCS8EncodedKeySpec)) =>
    getKeySpec_Ljava_7_security_7_Key_s_Ljava_7_lang_7_String_s_ Java.javax.crypto.EncryptedPrivateKeyInfo.getKeySpec.this.arg0 Java.javax.crypto.EncryptedPrivateKeyInfo.getKeySpec.this.arg1