| 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 |
SimpleEncryptor
A simple Encryptor object.
|
| 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.
|
| Constructor and Description |
|---|
ChainedEncryptor(Encryptor... encryptors)
Instantiates a new chained encryptor.
|
Copyright © 2007–2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.