Uses of Class
com.google.bitcoin.crypto.EncryptedPrivateKey

Packages that use EncryptedPrivateKey
com.google.bitcoin.core   
com.google.bitcoin.crypto   
 

Uses of EncryptedPrivateKey in com.google.bitcoin.core
 

Methods in com.google.bitcoin.core that return EncryptedPrivateKey
 EncryptedPrivateKey ECKey.getEncryptedPrivateKey()
           
 

Constructors in com.google.bitcoin.core with parameters of type EncryptedPrivateKey
ECKey(EncryptedPrivateKey encryptedPrivateKey, byte[] pubKey, KeyCrypter keyCrypter)
          Create a new ECKey with an encrypted private key, a public key and a KeyCrypter.
 

Uses of EncryptedPrivateKey in com.google.bitcoin.crypto
 

Methods in com.google.bitcoin.crypto that return EncryptedPrivateKey
 EncryptedPrivateKey EncryptedPrivateKey.clone()
           
 EncryptedPrivateKey KeyCrypterScrypt.encrypt(byte[] plainBytes, org.spongycastle.crypto.params.KeyParameter aesKey)
          Password based encryption using AES - CBC 256 bits.
 EncryptedPrivateKey KeyCrypter.encrypt(byte[] plainBytes, org.spongycastle.crypto.params.KeyParameter aesKey)
          Encrypt the supplied bytes, converting them into ciphertext.
 

Methods in com.google.bitcoin.crypto with parameters of type EncryptedPrivateKey
 byte[] KeyCrypterScrypt.decrypt(EncryptedPrivateKey privateKeyToDecode, org.spongycastle.crypto.params.KeyParameter aesKey)
          Decrypt bytes previously encrypted with this class.
 byte[] KeyCrypter.decrypt(EncryptedPrivateKey encryptedBytesToDecode, org.spongycastle.crypto.params.KeyParameter aesKey)
          Decrypt the provided encrypted bytes, converting them into unencrypted bytes.
 

Constructors in com.google.bitcoin.crypto with parameters of type EncryptedPrivateKey
EncryptedPrivateKey(EncryptedPrivateKey encryptedPrivateKey)
          Cloning constructor.
 



Copyright © 2014. All rights reserved.