ByteArrayDecryptor |
Interface for decrypt byte objects.
|
ByteArrayEncryptor |
Interface for decrypt byte objects.
|
Cryptor |
The interface Cryptor holds the operation mode.
|
Decryptor<T,R> |
The generic functional interface Decryptor can decrypt an object of type <T> (that
was previously encrypted) and return the decrypted result as object of type <R>.
|
Encryptor<T,R> |
The generic functional interface Encryptor can encrypt an object of type <T> and
return the encrypted result as object of type <R>.
|
FileDecryptor |
The interface FileDecryptor can decrypt a File object (that was previously
encrypted) and return the decrypted result as File object.
|
FileEncryptor |
The interface FileEncryptor can encrypt a File object and return the encrypted
result as File object.
|
GenericObjectDecryptor<R> |
The interface GenericObjectDecryptor can decrypt an encrypted File object that
was previously encrypted and return the decrypted result as generic object
|
GenericObjectEncryptor<T> |
The interface GenericObjectEncryptor can encrypt a generic object and return the
encrypted result as File object
|
IntegerDecryptor |
The interface IntegerDecryptor can decrypt a Integer object (that was previously
encrypted) and return the decrypted result as Integer object.
|
IntegerEncryptor |
The interface IntegerEncryptor can encrypt a Integer object and return the
encrypted result as Integer object.
|
StringDecryptor |
The interface StringDecryptor can decrypt a String object (that was previously
encrypted) and return the decrypted result as String object.
|
StringEncryptor |
The interface StringEncryptor can encrypt a String object and return the
encrypted result as String object.
|