public interface PrivateKey
extends java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static rx.functions.Func1<PrivateKey,PublicKey> |
TO_PUBLIC_KEY |
| Modifier and Type | Method and Description |
|---|---|
PublicKey |
publicKey()
The public key corresponding to this private key.
|
byte[] |
toBytes()
The seed used to create this private key.
|
java.lang.String |
toHex()
This representation of the seed used to create this private key as a hexadecimal string.
|
static final rx.functions.Func1<PrivateKey,PublicKey> TO_PUBLIC_KEY
PublicKey publicKey()
byte[] toBytes()
java.lang.String toHex()