mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-18 02:12:06 +01:00
Add javadoc for HardwareDataDecryptorFactory constructor argument
This commit is contained in:
parent
9919bbf013
commit
39d656d2dd
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ public class HardwareSecurity {
|
|||
/**
|
||||
* Create a new {@link HardwareDataDecryptorFactory}.
|
||||
*
|
||||
* @param subkeyIdentifier identifier of the decryption subkey
|
||||
* @param callback decryption callback
|
||||
*/
|
||||
public HardwareDataDecryptorFactory(SubkeyIdentifier subkeyIdentifier, DecryptionCallback callback) {
|
||||
|
|
Loading…
Reference in a new issue