Package org.gcube.common.encryption
Class KeySerialization
- java.lang.Object
-
- org.gcube.common.encryption.KeySerialization
-
public class KeySerialization extends Object
Manage keys serialization- Author:
- Manuele Simi (CNR), Roberto Cirillo (ISTI - CNR), Luca Frosini (ISTI - CNR)
-
-
Constructor Summary
Constructors Constructor Description KeySerialization()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static SecretKeyloadDESede(File file, String jceAlgorithmName)Loads the keystatic voidstore(Key key, File file)Stores the key
-