mime: support for signed-then-encrypted format

This commit is contained in:
Vincent Breitmoser
2015-09-17 21:51:11 +02:00
parent fdb1a7384e
commit 955a1f4b26
4 changed files with 147 additions and 16 deletions

View File

@@ -18,6 +18,7 @@
package org.sufficientlysecure.keychain.pgp;
import java.io.InputStream;
import java.util.HashSet;
import android.net.Uri;