public class KeyStoreConfig extends Object
KeyStoreFacade.| Modifier and Type | Field and Description |
|---|---|
private String |
password |
private SecurityProvider |
provider |
private CryptoResource |
resource |
private String |
type |
| Constructor and Description |
|---|
KeyStoreConfig(String type,
CryptoResource resource,
String password)
The constructor.
|
KeyStoreConfig(String type,
SecurityProvider provider,
CryptoResource resource,
String password)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getExtension() |
String |
getPassword() |
SecurityProvider |
getProvider() |
CryptoResource |
getResource() |
String |
getType() |
private final String type
private final SecurityProvider provider
private final CryptoResource resource
private final String password
public KeyStoreConfig(String type, CryptoResource resource, String password)
public KeyStoreConfig(String type, SecurityProvider provider, CryptoResource resource, String password)
type - the type.provider - the SecurityProvider.resource - the resource.password - the password.public String getExtension()
public String getType()
public SecurityProvider getProvider()
SecurityProvider.public CryptoResource getResource()
CryptoResource to read/write the KeyStore from/to.KeyStore.load(java.io.InputStream, char[]),
KeyStore.store(java.io.OutputStream, char[])public String getPassword()
KeyStore.KeyStore.load(java.io.InputStream, char[]),
KeyStore.store(java.io.OutputStream, char[])Copyright © 2001–2019 mmm-Team. All rights reserved.