| Interface | Description |
|---|---|
| SymmetricKey<K extends SecretKey> | |
| SymmetricKeyCreator<K extends SecretKey> |
Extends
KeyCreator for dealing with symmetric cryptographic keys. |
| 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). |
| SymmetricKeySpecFactory |
| Class | Description |
|---|---|
| SymmetricKeyConfig |
KeyConfig for symmetric cryptography. |
| SymmetricKeyCreatorImpl<K extends SecretKey> |
Implementation of
SymmetricKeyCreator. |
| SymmetricKeyGeneric<K extends SecretKey> |
Generic implementation of
SymmetricKey. |
Copyright © 2001–2019 mmm-Team. All rights reserved.