public class SignerFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static byte |
IDEd25519 |
static byte |
Keycard |
| Constructor and Description |
|---|
SignerFactory() |
| Modifier and Type | Method and Description |
|---|---|
static Signer |
New(byte[] data)
Returns the signer corresponding to the data.
|
public static final byte IDEd25519
public static final byte Keycard
public static Signer New(byte[] data) throws RuntimeException
data - the signer in serialised formRuntimeException - if invalid data is passed inCopyright © 2018. All rights reserved.