Package convex.core.crypto.wallet
Class AWalletEntry
java.lang.Object
convex.core.crypto.wallet.AWalletEntry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract AArrayBlobReturns the data to be used for a wallet identicon.voidunlock(char[] password) Unlock the wallet entry.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:IWalletEntryUnlock the wallet entry. Unlocking makes the entry usable for signing- Specified by:
unlockin 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
-