| Package | Description |
|---|---|
| net.sourceforge.jaulp.crypto |
This package contains helper classes for crypting data.
|
| net.sourceforge.jaulp.crypto.aes |
Provides classes for encrypt and decrypt data with the 'AES' algorithm.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleDecryptor
A simple Decryptor implementation.
|
| 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.
|
| Constructor and Description |
|---|
ChainedDecryptor(Decryptor... decryptors)
Instantiates a new chained decryptor.
|
Copyright © 2007–2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.