See: Description
| Interface | Description |
|---|---|
| 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. |
| 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. |
Copyright © 2015–2019 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.