mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-09-10 18:59:43 +02:00
Initial implementation of 'change-key-password' command of SOP-07
This commit is contained in:
parent
618d123a7b
commit
7e1377a28c
9 changed files with 317 additions and 0 deletions
|
@ -16,6 +16,7 @@ import org.junit.jupiter.api.Test;
|
|||
import sop.SOP;
|
||||
import sop.exception.SOPGPException;
|
||||
import sop.operation.Armor;
|
||||
import sop.operation.ChangeKeyPassword;
|
||||
import sop.operation.Dearmor;
|
||||
import sop.operation.Decrypt;
|
||||
import sop.operation.InlineDetach;
|
||||
|
@ -107,6 +108,11 @@ public class SOPTest {
|
|||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public ChangeKeyPassword changeKeyPassword() {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public InlineDetach inlineDetach() {
|
||||
return null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue