Class PrivateKey
java.lang.Object
org.arkecosystem.crypto.identities.PrivateKey
public class PrivateKey
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description PrivateKey() -
Method Summary
Modifier and Type Method Description static org.bitcoinj.core.ECKeyfromHex(java.lang.String privateKey)static org.bitcoinj.core.ECKeyfromPassphrase(java.lang.String passphrase)
-
Constructor Details
-
PrivateKey
public PrivateKey()
-
-
Method Details
-
fromPassphrase
public static org.bitcoinj.core.ECKey fromPassphrase(java.lang.String passphrase) -
fromHex
public static org.bitcoinj.core.ECKey fromHex(java.lang.String privateKey)
-