mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-07 23:03:04 +00:00
JavaDoc fix to KeyCrypter.
This commit is contained in:
parent
7799024c5c
commit
33499aab78
@ -59,10 +59,8 @@ public interface KeyCrypter extends Serializable {
|
||||
/**
|
||||
* Encrypt the supplied bytes, converting them into ciphertext.
|
||||
*
|
||||
* @param plainBytes
|
||||
* @param aesKey
|
||||
* @return encryptedPrivateKey An encryptedPrivateKey containing the encrypted bytes and an initialisation vector.
|
||||
* @throws keyCrypterException if encryption was unsuccessful
|
||||
* @throws KeyCrypterException if encryption was unsuccessful
|
||||
*/
|
||||
public EncryptedPrivateKey encrypt(byte[] plainBytes, KeyParameter aesKey) throws KeyCrypterException;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user