| 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.simple |
| Modifier and Type | Class and Description |
|---|---|
class |
ChainedDecryptor
The Class ChainedDecryptor can take many
Decryptor objects and decrypts the given string
with all the given Decryptor objects. |
class |
HexDecryptor
Instantiates a new hex decryptor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseDecryptor<T,R>
A base decryptor implementation.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Decryptor
Interface for decrypt
String objects. |
interface |
IntegerDecryptor
Interface for decrypt
Integer objects. |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleBaseDecryptor |
class |
SimpleDecryptor
A simple Decryptor implementation.
|
Copyright © 2015–2016 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.