| 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 | Method and Description |
|---|---|
Certificate |
CertificateCreator.generateCertificate(AsymmetricKeyPair<?,?> keyPair,
CertificateData certificateData) |
| 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>>
|
interface |
AsymmetricKeyPairFactorySimple<PR extends PrivateKey,PU extends PublicKey,PAIR extends AsymmetricKeyPair<PR,PU>>
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAsymmetricKeyPair<PR extends PrivateKey,PU extends PublicKey>
Abstract base implementation of
AsymmetricKeyPair. |
| Modifier and Type | Class and Description |
|---|---|
class |
AsymmetricKeyPairEc<PR extends ECPrivateKey,PU extends ECPublicKey>
|
| Modifier and Type | Class and Description |
|---|---|
class |
AsymmetricKeyPairEcJce
|
| Modifier and Type | Class and Description |
|---|---|
class |
AsymmetricKeyPairGeneric
A generic implementation of
AsymmetricKeyPair. |
| Modifier and Type | Class and Description |
|---|---|
class |
AsymmetricKeyPairRsa
An implementation of
AsymmetricKeyPair for Rsa. |
| Modifier and Type | Method and Description |
|---|---|
void |
KeyStoreFacade.setKey(String alias,
AsymmetricKeyPair<?,?> keyPair,
String password,
CertificatePath certificatePath) |
void |
KeyStoreFacadeImpl.setKey(String alias,
AsymmetricKeyPair<?,?> keyPair,
String password,
CertificatePath certificatePath) |
Copyright © 2001–2019 mmm-Team. All rights reserved.