3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-12 18:25:51 +00:00

Fix some missed SpongyCastle to BouncyCastle migrations in JavaDocs.

This commit is contained in:
Chang Ming 2018-12-05 11:12:37 +08:00 committed by Andreas Schildbach
parent 7b0a9c207f
commit 23e74cee90
2 changed files with 2 additions and 2 deletions

View File

@ -435,7 +435,7 @@ public class BasicKeyChain implements EncryptableKeyChain {
/**
* Convenience wrapper around {@link #toEncrypted(KeyCrypter,
* org.spongycastle.crypto.params.KeyParameter)} which uses the default Scrypt key derivation algorithm and
* org.bouncycastle.crypto.params.KeyParameter)} which uses the default Scrypt key derivation algorithm and
* parameters, derives a key from the given password and returns the created key.
*/
@Override

View File

@ -1133,7 +1133,7 @@ public class Wallet extends BaseTaggableObject
/**
* Convenience wrapper around {@link Wallet#encrypt(KeyCrypter,
* org.spongycastle.crypto.params.KeyParameter)} which uses the default Scrypt key derivation algorithm and
* org.bouncycastle.crypto.params.KeyParameter)} which uses the default Scrypt key derivation algorithm and
* parameters to derive a key from the given password.
*/
public void encrypt(CharSequence password) {