mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-09-09 02:09:42 +02:00
Add javadoc comments on top of external sop operations
This commit is contained in:
parent
4fc8ffab42
commit
990d314709
13 changed files with 39 additions and 0 deletions
|
@ -14,6 +14,9 @@ import java.util.ArrayList;
|
|||
import java.util.List;
|
||||
import java.util.Properties;
|
||||
|
||||
/**
|
||||
* Implementation of the {@link ExtractCert} operation using an external SOP binary.
|
||||
*/
|
||||
public class ExtractCertExternal implements ExtractCert {
|
||||
|
||||
private final List<String> commandList = new ArrayList<>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue