Uses of Class
com.google.bitcoin.core.ECKey

Packages that use ECKey
com.google.bitcoin.core   
 

Uses of ECKey in com.google.bitcoin.core
 

Fields in com.google.bitcoin.core with type parameters of type ECKey
 ArrayList<ECKey> Wallet.keychain
          A list of public/private EC keys owned by this user.
 

Methods in com.google.bitcoin.core that return ECKey
 ECKey Wallet.findKeyFromPubHash(byte[] pubkeyHash)
          Locates a keypair from the keychain given the hash of the public key.
 ECKey Wallet.findKeyFromPubKey(byte[] pubkey)
          Locates a keypair from the keychain given the raw public key bytes.
static ECKey ECKey.fromASN1(byte[] asn1privkey)
          Construct an ECKey from an ASN.1 encoded private key.
 ECKey DumpedPrivateKey.getKey()
          Returns an ECKey created from this encoded private key.
 

Methods in com.google.bitcoin.core with parameters of type ECKey
 void Wallet.addKey(ECKey key)
          Adds the given ECKey to the wallet.
 



Copyright © 2011. All Rights Reserved.