| Interface | Description |
|---|---|
| KeyProviderInterface |
Defines the behaviour of a key provider for the standard key manager implementation of IXSIL (@link
KeymanagerImpl}).
|
| SignerKeyManager |
This interface declares all methods, which IXSIL requires in the context of key management for the
signature creation use case.
|
| VerifierKeyManager |
This interface declares all methods, which IXSIL requires in the context of key management for the
signature verification use case.
|
| Class | Description |
|---|---|
| KeyManagerImpl |
This class provides a standard implementation of a key manager for IXSIL.
|
| KeyProviderImplKeyValue |
This class implements the
KeyProviderInterface for KeyValue key information hints. |