entropyToKeyPair

Returns a key pair derived from the given private key entropy. This is useful for unit tests and other cases where you want hard-coded private keys.

Return

a deterministically generated KeyPair for the Crypto.DEFAULT_SIGNATURE_SCHEME.

Parameters

entropy

a BigInteger value.