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