| Package | Description |
|---|---|
| de.alpharogroup.crypto.aes |
Provides classes for encrypt and decrypt data with the 'AES' algorithm.
|
| de.alpharogroup.crypto.core | |
| de.alpharogroup.crypto.interfaces |
This package contains the interfaces for the classes for crypting data.
|
| de.alpharogroup.crypto.key | |
| de.alpharogroup.crypto.simple |
| Modifier and Type | Class and Description |
|---|---|
class |
ChainedStringDecryptor
The class
ChainedStringDecryptor can take many Decryptor objects and decrypts the
given string with all the given Decryptor objects. |
class |
HexDecryptor
The class
HexDecryptor is the pendant class of HexEncryptor and decrypts given
String objects that was encrypted with HexEncryptor. |
| Constructor and Description |
|---|
ChainedStringDecryptor(Decryptor<String,String>... decryptors)
Instantiates a new
ChainedStringDecryptor object. |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseStringDecryptor
The abstract class
BaseStringDecryptor is a base implementation of the
StringDecryptor. |
class |
ChainableDecryptor<T>
The class
ChainableDecryptor can take many Decryptor objects and decrypts the given
string with all the given Decryptor objects. |
| Constructor and Description |
|---|
ChainableDecryptor(Decryptor<T,T>... decryptors)
Instantiates a new
ChainableDecryptor object. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ByteArrayDecryptor
Interface for decrypt
byte[] objects. |
interface |
IntegerDecryptor
The interface
IntegerDecryptor can decrypt a Integer object (that was previously
encrypted) and return the decrypted result as Integer object. |
interface |
StringDecryptor
The interface
StringDecryptor can decrypt a String object (that was previously
encrypted) and return the decrypted result as String object. |
| Modifier and Type | Class and Description |
|---|---|
class |
PrivateKeyDecryptor
The class
PrivateKeyDecryptor decrypts encrypted byte array the was encrypted with the
public key of the pendant private key of this class. |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleBaseDecryptor
The class
SimpleBaseDecryptor. |
class |
SimpleDecryptor
The class
SimpleDecryptor is a simple StringDecryptor implementation. |
Copyright © 2015–2016 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.