| Package | Description |
|---|---|
| net.sf.mmm.crypto.io | |
| net.sf.mmm.crypto.key.store | |
| net.sf.mmm.crypto.key.store.access |
| Modifier and Type | Class and Description |
|---|---|
class |
CryptoFileResource
Implementation of
CryptoResource for a File. |
| Modifier and Type | Field and Description |
|---|---|
private CryptoResource |
KeyStoreConfig.resource |
| Modifier and Type | Method and Description |
|---|---|
CryptoResource |
KeyStoreConfig.getResource() |
| Constructor and Description |
|---|
KeyStoreConfig(String type,
CryptoResource resource,
String password)
The constructor.
|
KeyStoreConfig(String type,
SecurityProvider provider,
CryptoResource resource,
String password)
The constructor.
|
KeyStoreConfigJceks(CryptoResource resource,
String password)
The constructor.
|
KeyStoreConfigJks(CryptoResource resource,
String password)
Deprecated.
The constructor.
|
KeyStoreConfigPkcs12(CryptoResource resource,
String password)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static KeyStoreAccessPkcs12 |
KeyStoreAccessPkcs12.of(CryptoResource keyStoreResource,
String password) |
Copyright © 2001–2019 mmm-Team. All rights reserved.