| Package | Description |
|---|---|
| net.sf.mmm.crypto.asymmetric.key | |
| net.sf.mmm.crypto.asymmetric.key.ec.jce | |
| net.sf.mmm.crypto.asymmetric.key.generic | |
| net.sf.mmm.crypto.asymmetric.key.rsa |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AsymmetricKeyCreator<PR extends PrivateKey,PU extends PublicKey,PAIR extends AsymmetricKeyPair<PR,PU>>
Extends
KeyCreator for dealing with asymmetric cryptographic keys. |
interface |
AsymmetricKeyPairFactory<PR extends PrivateKey,PU extends PublicKey,PAIR extends AsymmetricKeyPair<PR,PU>>
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAsymmetricKeyCreator<PR extends PrivateKey,PU extends PublicKey,PAIR extends AbstractAsymmetricKeyPair<PR,PU>>
Abstract base implementation of
KeyCreator. |
class |
AbstractAsymmetricKeyPairFactory<PR extends PrivateKey,PU extends PublicKey,PAIR extends AbstractAsymmetricKeyPair<PR,PU>>
Abstract base implementation of
AsymmetricKeyPairFactory using KeyFactory. |
| Modifier and Type | Class and Description |
|---|---|
class |
AsymmetricKeyPairFactoryEcJce
Implementation of
AsymmetricKeyPairFactory for AsymmetricKeyPairEcJce. |
| Modifier and Type | Class and Description |
|---|---|
class |
AsymmetricKeyCreatorImpl<PR extends PrivateKey,PU extends PublicKey,PAIR extends AbstractAsymmetricKeyPair<PR,PU>>
Generic implementation of
KeyCreator. |
class |
AsymmetricKeyPairFactoryEncoded<PR extends PrivateKey,PU extends PublicKey,PAIR extends AbstractAsymmetricKeyPair<PR,PU>>
Implementation of
AsymmetricKeyPairFactory for encoded format
based on PKCS8EncodedKeySpec and X509EncodedKeySpec. |
| Modifier and Type | Class and Description |
|---|---|
class |
AsymmetricKeyCreatorRsa
Implementation of
AsymmetricKeyCreator for RSA. |
class |
AsymmetricKeyPairFactoryRsaCompact
Implementation of
AbstractAsymmetricKeyPairFactory for RSA in
compact format. |
Copyright © 2001–2019 mmm-Team. All rights reserved.