Package convex.core.crypto.wallet
Class AWalletEntry
java.lang.Object
convex.core.crypto.wallet.AWalletEntry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract AArrayBlob
Returns the data to be used for a wallet identicon.void
unlock
(char[] password) Unlock the wallet entry.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface convex.core.crypto.wallet.IWalletEntry
getKeyPair, getPublicKey, isLocked, lock, tryUnlock
-
Constructor Details
-
AWalletEntry
public AWalletEntry()
-
-
Method Details
-
unlock
public void unlock(char[] password) Description copied from interface:IWalletEntry
Unlock the wallet entry. Unlocking makes the entry usable for signing- Specified by:
unlock
in interfaceIWalletEntry
- Parameters:
password
- Unlock password
-
getIdenticonData
Returns the data to be used for a wallet identicon. Should be the public account key- Returns:
- Data to be used for an identicon
-