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>. |
| 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. |
| KeyRule |
The marker interface
KeyRule can define a rule for encrypt and decrypt a key. |
| 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–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.