mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-13 02:35:52 +00:00
Fix some missed SpongyCastle to BouncyCastle migrations in JavaDocs.
This commit is contained in:
parent
7b0a9c207f
commit
23e74cee90
@ -435,7 +435,7 @@ public class BasicKeyChain implements EncryptableKeyChain {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Convenience wrapper around {@link #toEncrypted(KeyCrypter,
|
* 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.
|
* parameters, derives a key from the given password and returns the created key.
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
|
@ -1133,7 +1133,7 @@ public class Wallet extends BaseTaggableObject
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Convenience wrapper around {@link Wallet#encrypt(KeyCrypter,
|
* 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.
|
* parameters to derive a key from the given password.
|
||||||
*/
|
*/
|
||||||
public void encrypt(CharSequence password) {
|
public void encrypt(CharSequence password) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user