mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-09-10 02:39:45 +02:00
Add RevokeKeyExternal implementation and some basic tests
This commit is contained in:
parent
e6393b44b9
commit
618d123a7b
5 changed files with 143 additions and 1 deletions
|
@ -19,6 +19,7 @@ import sop.external.operation.InlineDetachExternal;
|
|||
import sop.external.operation.InlineSignExternal;
|
||||
import sop.external.operation.InlineVerifyExternal;
|
||||
import sop.external.operation.ListProfilesExternal;
|
||||
import sop.external.operation.RevokeKeyExternal;
|
||||
import sop.external.operation.VersionExternal;
|
||||
import sop.operation.Armor;
|
||||
import sop.operation.Dearmor;
|
||||
|
@ -164,7 +165,7 @@ public class ExternalSOP implements SOP {
|
|||
|
||||
@Override
|
||||
public RevokeKey revokeKey() {
|
||||
return null;
|
||||
return new RevokeKeyExternal(binaryName, properties);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue