public class RadixECKeyPairs
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
ECKeyPair |
generateKeyPairFromSeed(byte[] seed)
Generates a new, deterministic
ECKeyPair instance based on the
provided seed. |
static RadixECKeyPairs |
newInstance() |
public static RadixECKeyPairs newInstance()
public ECKeyPair generateKeyPairFromSeed(byte[] seed)
ECKeyPair
instance based on the
provided seed.seed
- The seed to use when deriving the key pair instance.java.lang.IllegalArgumentException
- if the seed is empty or a null pointer.