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 HDKeyDerivation.PublicDeriveMode |
HDKeyDerivation.PublicDeriveMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HDKeyDerivation.PublicDeriveMode[] |
HDKeyDerivation.PublicDeriveMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static HDKeyDerivation.RawKeyBytes |
HDKeyDerivation.deriveChildKeyBytesFromPublic(DeterministicKey parent,
ChildNumber childNumber,
HDKeyDerivation.PublicDeriveMode mode) |
Copyright © 2016. All rights reserved.