pgpdecryptverify: get rid of duplicate code path for binary signature verification

This commit is contained in:
Vincent Breitmoser
2015-10-08 19:54:50 +02:00
parent cda1ba47d2
commit 81a462c2ac
4 changed files with 3 additions and 108 deletions

View File

@@ -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;