update package naming

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/Common/common-encryption@68963 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Roberto Cirillo 2013-02-07 11:34:38 +00:00
parent 5832d408d0
commit a7539c68e6
10 changed files with 15 additions and 11 deletions

View File

@ -1,4 +1,4 @@
package org.gcube.common.utils.encryption;
package org.gcube.common.encryption;
import java.security.Key;

View File

@ -1,4 +1,4 @@
package org.gcube.common.utils.encryption;
package org.gcube.common.encryption;
import javax.crypto.KeyGenerator;
import javax.crypto.SecretKey;

View File

@ -1,4 +1,4 @@
package org.gcube.common.utils.encryption;
package org.gcube.common.encryption;
import java.io.File;
import java.io.FileInputStream;

View File

@ -1,4 +1,4 @@
package org.gcube.common.utils.encryption;
package org.gcube.common.encryption;
import javax.crypto.Cipher;
import java.security.Key;

View File

@ -1,4 +1,4 @@
package org.gcube.common.utils.encryption;
package org.gcube.common.encryption;
import java.io.ByteArrayOutputStream;
import java.io.IOException;

View File

@ -1,4 +1,4 @@
package org.gcube.common.utils.encryption.keytool;
package org.gcube.common.encryption.keytool;
import java.io.IOException;
import java.io.FileInputStream;

View File

@ -1,9 +1,10 @@
package org.gcube.common.utils.encryption;
package org.gcube.common.encryption;
import static org.junit.Assert.*;
import org.gcube.common.encryption.KeyFactory;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Test;

View File

@ -1,9 +1,10 @@
package org.gcube.common.utils.encryption;
package org.gcube.common.encryption;
import static org.junit.Assert.*;
import java.security.InvalidKeyException;
import org.gcube.common.encryption.SymmetricKey;
import org.gcube.common.scope.api.ScopeProvider;
import org.junit.BeforeClass;
import org.junit.Test;

View File

@ -1,9 +1,10 @@
package org.gcube.common.utils.encryption;
package org.gcube.common.encryption;
import static org.junit.Assert.*;
import org.gcube.common.encryption.StringEncrypter;
import org.gcube.common.encryption.SymmetricKey;
import org.gcube.common.scope.api.ScopeProvider;
import org.gcube.common.utils.encryption.StringEncrypter;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Test;

View File

@ -1,4 +1,4 @@
package org.gcube.common.utils.encryption;
package org.gcube.common.encryption;
import static org.junit.Assert.*;
@ -9,6 +9,7 @@ import java.security.Key;
import javax.crypto.spec.SecretKeySpec;
//import org.apache.xml.security.utils.JavaUtils;
import org.gcube.common.encryption.SymmetricKey;
import org.gcube.common.scope.api.ScopeProvider;
import org.junit.AfterClass;
import org.junit.BeforeClass;