| Package | Description |
|---|---|
| com.hissenit.crypto.compactencryption |
| Modifier and Type | Class and Description |
|---|---|
class |
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.
|
class |
EncryptionKey
This class uses a raw key (byte array) to store and read a plain symmetric encryption key (default for AES).
|
| Constructor and Description |
|---|
CompactBinarystreamEncryption(ISecretKey key) |
CompactBinarystreamEncryption(ISecretKey key,
java.lang.String encryptionAlgorithm) |
CompactEncryption(ISecretKey key) |
CompactEncryption(ISecretKey key,
java.lang.String encryptionAlgorithm) |