Package convex.core.crypto
Class BIP39
java.lang.Object
convex.core.crypto.BIP39
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NUM_WORDS
public static final int NUM_WORDS -
SEED_LENGTH
public static final int SEED_LENGTH- See Also:
-
-
Constructor Details
-
BIP39
public BIP39()
-
-
Method Details
-
getSeed
public static Blob getSeed(List<String> words, String passphrase) throws NoSuchAlgorithmException, InvalidKeySpecException -
createSecureRandom
-
createSecureRandom
-
createWords
-
getWords
-
normalise
-