See: Description
| Class | Description |
|---|---|
| Alice |
The main Alice API for encryption and decryption of byte arrays and files.
|
| AliceContext |
Context passed into
Alice.
|
| AliceContextBuilder |
Used to build an
AliceContext.
|
| Enum | Description |
|---|---|
| AliceContext.Algorithm |
Algorithm used for the
Cipher |
| AliceContext.GcmTagLength |
Supported GCM tag lengths.
|
| AliceContext.KeyLength |
Cipher key length
|
| AliceContext.MacAlgorithm |
Supported Messsage Authentication Algorithms (MAC).
|
| AliceContext.Mode |
Mode used for the
Cipher |
| AliceContext.Padding |
Cipher algorithm padding
|
| AliceContext.Pbkdf |
Supported Password Based Key Derivation Function (PBKDF) algorithms.
|