| Interface | Description |
|---|---|
| AsymmetricKeyManager |
Base interface for a KeyManager in charge of maintaining asymmetric keys.
|
| KeyManager |
Base interface for a KeyManager in charge of maintaining symmetric and asymmetric keys.
|
| RecipientKeyManager |
Interface for a KeyManager in charge of maintaining recipient keys.
|
| SymmetricKeyManager |
Base interface for a KeyManager in charge of maintaining symmetric keys.
|
| Class | Description |
|---|---|
| Context |
Extendable class specifying context of crytographic operations.
|
| DefaultFileKeyManager |
Asymmetric and Symmetric File Key Manager using a RSA 2048 but key stored on disk on a specified location.
|
| DummyKeyManager |
Dummy Key Manager that can be used in test setups, should be used in
production setups.
|
| FileKeyManager |
Base File Key Manager manages keys stored on disk.
|
| KeySerializationHelper |
Class in charge of serializing a secret key.
|
| Enum | Description |
|---|---|
| Context.KeyUsage |