| Modifier and Type | Interface and Description |
|---|---|
interface |
AsymmetricKeyPair<PR extends PrivateKey,PU extends PublicKey>
Interface for a key pair consisting of a
private key with its corresponding
public key for asymmetric encryption. |
| 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 |
|---|---|
KeySet |
KeyStoreFacade.getKey(String alias,
String password) |
KeySet |
KeyStoreFacadeImpl.getKey(String alias,
String keyPassword) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SymmetricKey<K extends SecretKey>
|
| Modifier and Type | Class and Description |
|---|---|
class |
SymmetricKeyGeneric<K extends SecretKey>
Generic implementation of
SymmetricKey. |
Copyright © 2001–2019 mmm-Team. All rights reserved.