| 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. |
| 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 | Field and Description |
|---|---|
private Map<String,AsymmetricKeyPairFactory<PR,PU,PAIR>> |
AbstractAsymmetricKeyCreator.format2factoryMap |
| Modifier and Type | Method and Description |
|---|---|
private AsymmetricKeyPairFactory<PR,PU,PAIR> |
AbstractAsymmetricKeyCreator.getKeyPairFactory(String format) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractAsymmetricKeyCreator.register(AsymmetricKeyPairFactory<PR,PU,PAIR> factory)
Please register in proper order of trials for auto-detection.
|
protected void |
AbstractAsymmetricKeyCreator.register(AsymmetricKeyPairFactory<PR,PU,PAIR> factory,
String format)
Please register in proper order of trials for auto-detection.
|
| 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.