| 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 |
ChainedEncryptor
The Class ChainedEncryptor can take many
Encryptor objects and encrypts the given string
with all the given Encryptor objects. |
class |
HexEncryptor
Instantiates a new hex encryptor.
|
class |
HexNewEncryptor
Instantiates a new hex encryptor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseEncryptor<T,R>
A base encryptor implementation.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Encryptor
interface for encrypting
String objects. |
interface |
IntegerEncryptor
interface for encrypting
Integer objects. |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleBaseEncryptor |
class |
SimpleEncryptor
A simple Encryptor object.
|
Copyright © 2015–2016 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.