pgpdecryptverify: get rid of duplicate code path for binary signature verification
This commit is contained in:
@@ -288,7 +288,7 @@ public class PgpEncryptDecryptTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testAsymmetricSignBinary() {
|
||||
public void testAsymmetricSignLiteral() {
|
||||
|
||||
String plaintext = "dies ist ein plaintext ☭" + TestingUtils.genPassphrase(true);
|
||||
byte[] ciphertext;
|
||||
|
||||
Reference in New Issue
Block a user