| Interface | Description |
|---|---|
| ICryptdec |
En/Decrypt data.
|
| ICryptdecFactory |
Create an
ICryptdec for a concrete crypto operation. |
| Class | Description |
|---|---|
| AbstractCryptdecFactory |
A common superclass for implementing
ICryptdecFactory. |
| CanonicalFromSecretConverter | |
| CryptoEnvironment |
A tool class for handling en/decryption
|
| NullCryptdec |
An
ICryptdec doing nothing on its input. |
| NullCryptecFactory | |
| PBAES128CryptdecFactory |
FActory for
ICryptdec instances, based on AES128. |
| PBCryptdecFactory |
An abstract superclass for implementing password based
ICryptdec. |
| Secret |
This is a wrapper class that may be used to indicate to other software layers
that the wrapped data is to be kept secret when serializing / saving.
|
| SecretMemory |
A memory holding "secret" values.
|
| StandardCryptdec |
A default
ICryptdec implementation based on the JCA. |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.