| Interface | Description |
|---|---|
| ISecretKey |
| Class | Description |
|---|---|
| CompactBinarystreamEncryption |
To be used for large binary (object) streams.
|
| CompactEncryption |
For large objects and streams, it is much more efficient to use
CompactBinarystreamEncryption. |
| CompactPasswordKey |
All write* methods do NOT write the actual key in plain, they only write the parameters for the key generation in the compact format.
|
| CompactPasswordKey.GenerationParametersCPK |
None of these parameters have to be set, defaults will be used instead for each single parameter being not set.
|
| EncryptionKey |
This class uses a raw key (byte array) to store and read a plain symmetric encryption key (default for AES).
|
| WrapUtil |
This class is not multithreading-enabled.
|
| Enum | Description |
|---|---|
| KEYWORDS |
To be used for Json object properties, XML tags etc.
|