| Package | Description |
|---|---|
| net.sf.mmm.crypto.key.store | |
| net.sf.mmm.crypto.key.store.access |
| Modifier and Type | Class and Description |
|---|---|
class |
KeyStoreConfigJceks
KeyStoreConfig with type "JCEKS" (Java Cryptography Extension KeyStore). |
class |
KeyStoreConfigJks
Deprecated.
JKS uses weak encryption so other formats should be preferred. Still the best protection of private keys
is to ensure they can never leave your computer. However, in the days of Internet connection and cyber
crime this can not be guaranteed. Therefore, strong encryption and long passwords help to prevent
disasters.
|
class |
KeyStoreConfigPkcs12
KeyStoreConfig with type "PKCS12" (Public-Key Cryptography Standards #12). |
| Modifier and Type | Field and Description |
|---|---|
private KeyStoreConfig |
KeyStoreFacadeImpl.config |
| Constructor and Description |
|---|
KeyStoreFacadeImpl(KeyStoreConfig config)
The constructor.
|
| Modifier and Type | Field and Description |
|---|---|
private KeyStoreConfig |
KeyStoreAccess.config |
| Modifier and Type | Method and Description |
|---|---|
KeyStoreConfig |
KeyStoreAccess.getConfig() |
| Constructor and Description |
|---|
KeyStoreAccess(KeyStoreConfig config)
The constructor.
|
Copyright © 2001–2019 mmm-Team. All rights reserved.