类 AccountKeyStore


  • public class AccountKeyStore
    extends Object
    作者:
    qinyifeng
    • 构造器详细资料

      • AccountKeyStore

        public AccountKeyStore()
      • AccountKeyStore

        public AccountKeyStore​(String address,
                               String encryptedPrivateKey)
    • 方法详细资料

      • getAddress

        public String getAddress()
      • setAddress

        public void setAddress​(String address)
      • getEncryptedPrivateKey

        public String getEncryptedPrivateKey()
      • setEncryptedPrivateKey

        public void setEncryptedPrivateKey​(String encryptedPrivateKey)
      • getAlias

        public String getAlias()
      • setAlias

        public void setAlias​(String alias)
      • getPubKey

        public byte[] getPubKey()
      • setPubKey

        public void setPubKey​(byte[] pubKey)
      • getPrikey

        public byte[] getPrikey()
      • setPrikey

        public void setPrikey​(byte[] prikey)