Class Wallet

    • Constructor Summary

      Constructors 
      Constructor Description
      Wallet()
      Deprecated.
       
    • Constructor Detail

      • Wallet

        public Wallet()
        Deprecated.
    • Method Detail

      • create

        public static WalletFile create​(java.lang.String password,
                                        org.web3j.crypto.ECKeyPair ecKeyPair,
                                        int n,
                                        int p,
                                        java.lang.String address)
                                 throws org.web3j.crypto.CipherException
        Deprecated.
        Throws:
        org.web3j.crypto.CipherException
      • create

        public static WalletFile create​(java.lang.String password,
                                        org.web3j.crypto.ECKeyPair ecKeyPair,
                                        int n,
                                        int p)
                                 throws org.web3j.crypto.CipherException
        Deprecated.
        Throws:
        org.web3j.crypto.CipherException
      • create

        public static WalletFile create​(java.lang.String password,
                                        KlayCredentials klayCredentials,
                                        int n,
                                        int p)
                                 throws org.web3j.crypto.CipherException
        Deprecated.
        Throws:
        org.web3j.crypto.CipherException
      • createFull

        public static WalletFile createFull​(java.lang.String password,
                                            org.web3j.crypto.ECKeyPair ecKeyPair,
                                            java.lang.String address)
                                     throws org.web3j.crypto.CipherException
        Deprecated.
        Throws:
        org.web3j.crypto.CipherException
      • createFull

        public static WalletFile createFull​(java.lang.String password,
                                            org.web3j.crypto.ECKeyPair ecKeyPair)
                                     throws org.web3j.crypto.CipherException
        Deprecated.
        Throws:
        org.web3j.crypto.CipherException
      • createFull

        public static WalletFile createFull​(java.lang.String password,
                                            KlayCredentials klayCredentials)
                                     throws org.web3j.crypto.CipherException
        Deprecated.
        Throws:
        org.web3j.crypto.CipherException
      • createStandard

        public static WalletFile createStandard​(java.lang.String password,
                                                org.web3j.crypto.ECKeyPair ecKeyPair,
                                                java.lang.String address)
                                         throws org.web3j.crypto.CipherException
        Deprecated.
        Throws:
        org.web3j.crypto.CipherException
      • createStandard

        public static WalletFile createStandard​(java.lang.String password,
                                                KlayCredentials klayCredentials)
                                         throws org.web3j.crypto.CipherException
        Deprecated.
        Throws:
        org.web3j.crypto.CipherException
      • createStandard

        public static WalletFile createStandard​(java.lang.String password,
                                                org.web3j.crypto.ECKeyPair ecKeyPair)
                                         throws org.web3j.crypto.CipherException
        Deprecated.
        Throws:
        org.web3j.crypto.CipherException
      • decrypt

        public static KlayCredentials decrypt​(java.lang.String password,
                                              WalletFile walletFile)
                                       throws org.web3j.crypto.CipherException
        Deprecated.
        Throws:
        org.web3j.crypto.CipherException