org.abstractj.kalium.keys
public class SigningKey extends Object
Modifier and Type | Field and Description |
---|---|
private byte[] |
secretKey |
private byte[] |
seed |
private VerifyKey |
verifyKey |
Constructor and Description |
---|
SigningKey() |
SigningKey(byte[] seed) |
SigningKey(String seed,
Encoder encoder) |
private final byte[] seed
private final byte[] secretKey
private VerifyKey verifyKey
Copyright © 2015. All Rights Reserved.