public interface KeyBag
RedeemData
objects.Modifier and Type | Method and Description |
---|---|
ECKey |
findKeyFromPubHash(byte[] pubkeyHash)
Locates a keypair from the keychain given the hash of the public key.
|
ECKey |
findKeyFromPubKey(byte[] pubkey)
Locates a keypair from the keychain given the raw public key bytes.
|
RedeemData |
findRedeemDataFromScriptHash(byte[] scriptHash)
Locates a redeem data (redeem script and keys) from the keychain given the hash of the script.
|
@Nullable ECKey findKeyFromPubHash(byte[] pubkeyHash)
@Nullable ECKey findKeyFromPubKey(byte[] pubkey)
@Nullable RedeemData findRedeemDataFromScriptHash(byte[] scriptHash)
Copyright © 2016. All rights reserved.