Add list-profiles command

This commit is contained in:
Paul Schaub 2023-04-11 15:06:37 +02:00
parent 17b305924c
commit 83a003e80f
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
14 changed files with 216 additions and 0 deletions

View file

@ -26,6 +26,7 @@ import sop.operation.InlineSign;
import sop.operation.InlineVerify;
import sop.operation.DetachedSign;
import sop.operation.DetachedVerify;
import sop.operation.ListProfiles;
import sop.operation.Version;
public class SOPTest {
@ -95,6 +96,11 @@ public class SOPTest {
return null;
}
@Override
public ListProfiles listProfiles() {
return null;
}
@Override
public InlineDetach inlineDetach() {
return null;