AuthenticatedCipher interface isn't needed outside crypto package.

This commit is contained in:
akwizgran
2015-01-09 13:06:44 +00:00
parent dc5e37a96d
commit 5d46d3a4b4
10 changed files with 20 additions and 45 deletions

View File

@@ -9,7 +9,6 @@ import java.io.ByteArrayOutputStream;
import java.util.Random;
import org.briarproject.BriarTestCase;
import org.briarproject.api.crypto.AuthenticatedCipher;
import org.briarproject.api.crypto.SecretKey;
import org.junit.Test;