@Deprecated public class KeyStoreConfigJks extends KeyStoreConfig
KeyStoreConfig with type "JKS" (Java KeyStore). This is a proprietary format
specific for Java and was the initial default. It has limitations and can not store SecretKeys.
For details see also JKS| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE
Deprecated.
The
type "JKS". |
| Constructor and Description |
|---|
KeyStoreConfigJks(CryptoResource resource,
String password)
Deprecated.
The constructor.
|
getExtension, getPassword, getProvider, getResource, getTypepublic static final String TYPE
type "JKS".public KeyStoreConfigJks(CryptoResource resource, String password)
Copyright © 2001–2019 mmm-Team. All rights reserved.