| 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. |
class |
AsymmetricKeyPairFactoryGeneric
Implementation of
AsymmetricKeyPairFactorySimple for AsymmetricKeyPairGeneric. |
| Modifier and Type | Field and Description |
|---|---|
private AsymmetricKeyPairFactorySimple<PR,PU,PAIR> |
AsymmetricKeyPairFactoryEncoded.keyPairCreator |
private AsymmetricKeyPairFactorySimple<PR,PU,PAIR> |
AsymmetricKeyCreatorImpl.keyPairFactory |
| Constructor and Description |
|---|
AsymmetricKeyCreatorImpl(KeyFactory keyFactory,
int keyLength,
SecurityProvider provider,
AsymmetricKeyPairFactorySimple<PR,PU,PAIR> keyPairFactory,
RandomFactory randomFactory)
The constructor.
|
AsymmetricKeyPairFactoryEncoded(KeyFactory keyFactory,
AsymmetricKeyPairFactorySimple<PR,PU,PAIR> keyPairCreator)
The constructor.
|
| 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.