Package convex.core.crypto
Class WalletEntry
java.lang.Object
convex.core.crypto.WalletEntry
Class implementing a Wallet Entry.
May be in a locked locked or unlocked state. Unlocking requires passphrase.
-
Method Summary
Modifier and TypeMethodDescriptionstatic WalletEntry
boolean
isLocked()
lock()
<R extends ACell>
SignedData<R>sign(R message)
toString()
unlock(char[] password)
withAddress(Address address)
withKeyPair(AKeyPair kp)