| Package | Description |
|---|---|
| net.sf.mmm.crypto.asymmetric.access | |
| net.sf.mmm.crypto.asymmetric.key | |
| net.sf.mmm.crypto.asymmetric.key.generic | |
| net.sf.mmm.crypto.asymmetric.key.rsa |
| Modifier and Type | Class and Description |
|---|---|
class |
AsymmetricAccess<S extends SignatureBinary,PR extends PrivateKey,PU extends PublicKey,PAIR extends AsymmetricKeyPair<PR,PU>,KC extends AsymmetricKeyCreator<PR,PU,PAIR>>
Abstract base implementation of factory for
key management,
encryption/decryption, and signature management based on asymmetric
cryptography. |
| Modifier and Type | Field and Description |
|---|---|
private KC |
AsymmetricAccess.keyCreator |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AsymmetricKeyCreatorFactory<K extends AsymmetricKeyCreator<?,?,?>>
Interface for a
factory to create instances of
KeyCreator for asymmetric cryptographic keys.An instance of AsymmetricKeyCreatorFactory therefore represents a configuration with specific
Key algorithm and format(s). |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAsymmetricKeyCreator<PR extends PrivateKey,PU extends PublicKey,PAIR extends AbstractAsymmetricKeyPair<PR,PU>>
Abstract base implementation of
KeyCreator. |
| Modifier and Type | Class and Description |
|---|---|
class |
AsymmetricKeyCreatorImpl<PR extends PrivateKey,PU extends PublicKey,PAIR extends AbstractAsymmetricKeyPair<PR,PU>>
Generic implementation of
KeyCreator. |
| Modifier and Type | Method and Description |
|---|---|
static AsymmetricKeyCreator<PrivateKey,PublicKey,AsymmetricKeyPairGeneric> |
AsymmetricKeyCreatorImpl.of(String algorithm,
int keyLength) |
static AsymmetricKeyCreator<PrivateKey,PublicKey,AsymmetricKeyPairGeneric> |
AsymmetricKeyCreatorImpl.of(String algorithm,
int keyLength,
RandomFactory randomFactory) |
static AsymmetricKeyCreator<PrivateKey,PublicKey,AsymmetricKeyPairGeneric> |
AsymmetricKeyCreatorImpl.of(String algorithm,
int keyLength,
SecurityProvider provider,
RandomFactory randomFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
AsymmetricKeyCreatorRsa
Implementation of
AsymmetricKeyCreator for RSA. |
Copyright © 2001–2019 mmm-Team. All rights reserved.