Index

D E G K L N O S 
All Classes and Interfaces|All Packages

D

decrypt(String) - Method in class org.gcube.common.encryption.encrypter.StringEncrypter
Decrypts the string with the context key
decrypt(String, Key) - Method in class org.gcube.common.encryption.encrypter.StringEncrypter
Decrypts the string with the given key
decrypt(T) - Method in interface org.gcube.common.encryption.encrypter.Encrypter
Decrypts the object using the context key
decrypt(T, Key) - Method in interface org.gcube.common.encryption.encrypter.Encrypter
Decrypts the object using the provided key

E

encrypt(String) - Method in class org.gcube.common.encryption.encrypter.StringEncrypter
Encrypts the string with the context Key
encrypt(String, Key) - Method in class org.gcube.common.encryption.encrypter.StringEncrypter
Encrypts the string with the given key
encrypt(T) - Method in interface org.gcube.common.encryption.encrypter.Encrypter
Encrypts the object using the context key
encrypt(T, Key) - Method in interface org.gcube.common.encryption.encrypter.Encrypter
Encrypts the object using the provided key
Encrypter<T> - Interface in org.gcube.common.encryption.encrypter
 

G

getEncrypter() - Static method in class org.gcube.common.encryption.encrypter.StringEncrypter
Gets the Encrypter for String
getKey() - Static method in class org.gcube.common.encryption.SymmetricKey
Gets the key for encryption/decryption
getKeyFileName(String) - Static method in class org.gcube.common.encryption.SymmetricKey
Gets the key file name for the given context

K

KeyFactory - Class in org.gcube.common.encryption
A simplified keys generator for the most common algorithms
KeyFactory() - Constructor for class org.gcube.common.encryption.KeyFactory
 
KeySerialization - Class in org.gcube.common.encryption
Manage keys serialization
KeySerialization() - Constructor for class org.gcube.common.encryption.KeySerialization
 

L

loadDESede(File, String) - Static method in class org.gcube.common.encryption.KeySerialization
Loads the DESede key
loadKeyFromFile(File, String) - Static method in class org.gcube.common.encryption.SymmetricKey
Loads a key from the specified file using the given algorithm

N

newAESKey() - Static method in class org.gcube.common.encryption.KeyFactory
Generates an AES key
newDESKey() - Static method in class org.gcube.common.encryption.KeyFactory
Generates a DES key
newRijndaelKey() - Static method in class org.gcube.common.encryption.KeyFactory
Generates a Rijndael key
newTripleDESKey() - Static method in class org.gcube.common.encryption.KeyFactory
Generates a TripleDES key

O

org.gcube.common.encryption - package org.gcube.common.encryption
 
org.gcube.common.encryption.encrypter - package org.gcube.common.encryption.encrypter
 

S

store(Key, File) - Static method in class org.gcube.common.encryption.KeySerialization
Stores the key
StringEncrypter - Class in org.gcube.common.encryption.encrypter
 
SymmetricKey - Class in org.gcube.common.encryption
 
D E G K L N O S 
All Classes and Interfaces|All Packages