Package | Description |
---|---|
org.bitcoinj.crypto |
The crypto package contains classes that work with key derivation algorithms like scrypt (passwords to AES keys),
BIP 32 hierarchies (chains of keys from a root seed), X.509 utilities for the payment protocol and other general
cryptography tasks.
|
Modifier and Type | Method and Description |
---|---|
static BIP38PrivateKey |
BIP38PrivateKey.fromBase58(NetworkParameters params,
String base58)
Construct a password-protected private key from its Base58 representation.
|
Copyright © 2016. All rights reserved.