public class KeyStorageDTO extends Object
Modifier and Type | Field and Description |
---|---|
File |
file
Path to where the key store is located.
|
String |
key_algorithm
The key management algorithm.
|
String |
key_alias
The alias of the key to use.
|
String |
key_password
The password to the keys in the key store.
|
String |
password
The key store password.
|
String |
store_type
The type of key store.
|
String |
trust_algorithm
The trust management algorithm.
|
Constructor and Description |
---|
KeyStorageDTO() |
public File file
public String password
public String key_alias
public String key_password
public String store_type
public String trust_algorithm
public String key_algorithm
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.