See: Description
Interface | Description |
---|---|
ICipherFactory |
This interface provides the ability to obtain a
Cipher and get and set its settings. |
Class | Description |
---|---|
AESPasswordRfc2898CipherFactory |
This class provides an AES cipher that uses Rfc2898 for key generation and a string password.
|
Exception | Description |
---|---|
CipherException |
This class provides the cipher exception wrapper class.
|