Add javadoc comments on top of external sop operations

This commit is contained in:
Paul Schaub 2023-01-19 17:29:29 +01:00
parent 4fc8ffab42
commit 990d314709
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
13 changed files with 39 additions and 0 deletions

View file

@ -23,6 +23,9 @@ import java.util.List;
import java.util.Properties;
import java.util.Set;
/**
* Implementation of the {@link DetachedVerify} operation using an external SOP binary.
*/
public class DetachedVerifyExternal implements DetachedVerify {
private final List<String> commandList = new ArrayList<>();