| Package | Description |
|---|---|
| net.sf.mmm.crypto.symmetric.access | |
| net.sf.mmm.crypto.symmetric.key |
| Modifier and Type | Field and Description |
|---|---|
private SymmetricKeyCreator<K> |
SymmetricAccess.keyCreator |
| Modifier and Type | Method and Description |
|---|---|
private SymmetricKeyCreator<K> |
SymmetricAccess.getKeyCreatorInternal() |
SymmetricKeyCreator<K> |
SymmetricAccess.newKeyCreator() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SymmetricKeyCreatorFactory<C extends SymmetricKeyCreator<?>>
Interface for a
factory to create instances of
SymmetricKeyCreator for symmetric cryptographic keys.An instance of SymmetricKeyCreatorFactory therefore represents a configuration with specific
Key algorithm and format(s). |
| Modifier and Type | Class and Description |
|---|---|
class |
SymmetricKeyCreatorImpl<K extends SecretKey>
Implementation of
SymmetricKeyCreator. |
Copyright © 2001–2019 mmm-Team. All rights reserved.