diff options
Diffstat (limited to 'OpenKeychain-Test/src/test/java/org/sufficientlysecure')
| -rw-r--r-- | OpenKeychain-Test/src/test/java/org/sufficientlysecure/keychain/pgp/PgpEncryptDecryptTest.java | 10 | 
1 files changed, 5 insertions, 5 deletions
diff --git a/OpenKeychain-Test/src/test/java/org/sufficientlysecure/keychain/pgp/PgpEncryptDecryptTest.java b/OpenKeychain-Test/src/test/java/org/sufficientlysecure/keychain/pgp/PgpEncryptDecryptTest.java index d782230c7..b404ac6d1 100644 --- a/OpenKeychain-Test/src/test/java/org/sufficientlysecure/keychain/pgp/PgpEncryptDecryptTest.java +++ b/OpenKeychain-Test/src/test/java/org/sufficientlysecure/keychain/pgp/PgpEncryptDecryptTest.java @@ -136,7 +136,7 @@ public class PgpEncryptDecryptTest {              InputData data = new InputData(in, in.available()); -            PgpSignEncryptInput b = new PgpSignEncryptInput(); +            PgpSignEncryptInputParcel b = new setSignatureTimestamp();              b.setSymmetricPassphrase(mPassphrase);              b.setSymmetricEncryptionAlgorithm(PGPEncryptedData.AES_128); @@ -220,7 +220,7 @@ public class PgpEncryptDecryptTest {                      new ProviderHelper(Robolectric.application), null);              InputData data = new InputData(in, in.available()); -            PgpSignEncryptInput b = new PgpSignEncryptInput(); +            PgpSignEncryptInputParcel b = new setSignatureTimestamp();              b.setEncryptionMasterKeyIds(new long[]{ mStaticRing1.getMasterKeyId() });              b.setSymmetricEncryptionAlgorithm(PGPEncryptedData.AES_128); @@ -301,7 +301,7 @@ public class PgpEncryptDecryptTest {              InputData data = new InputData(in, in.available()); -            PgpSignEncryptInput b = new PgpSignEncryptInput(); +            PgpSignEncryptInputParcel b = new setSignatureTimestamp();              b.setEncryptionMasterKeyIds(new long[] {                      mStaticRing1.getMasterKeyId(),                      mStaticRing2.getMasterKeyId() @@ -393,7 +393,7 @@ public class PgpEncryptDecryptTest {                      new ProviderHelper(Robolectric.application), null);              InputData data = new InputData(in, in.available()); -            PgpSignEncryptInput b = new PgpSignEncryptInput(); +            PgpSignEncryptInputParcel b = new setSignatureTimestamp();              b.setEncryptionMasterKeyIds(new long[] {                      mStaticRing1.getMasterKeyId(), @@ -475,7 +475,7 @@ public class PgpEncryptDecryptTest {                      new ProviderHelper(Robolectric.application), null);              InputData data = new InputData(in, in.available()); -            PgpSignEncryptInput b = new PgpSignEncryptInput(); +            PgpSignEncryptInputParcel b = new setSignatureTimestamp();              b.setEncryptionMasterKeyIds(new long[]{ mStaticRing1.getMasterKeyId() });              b.setSymmetricEncryptionAlgorithm(PGPEncryptedData.AES_128);  | 
