Add javadoc for HardwareDataDecryptorFactory constructor argument

This commit is contained in:
Paul Schaub 2022-11-24 22:22:21 +01:00
parent 9919bbf013
commit 39d656d2dd
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 1 additions and 0 deletions

View File

@ -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) {