org.apache.activemq.apollo.dto
Class KeyStorageDTO

java.lang.Object
  extended by org.apache.activemq.apollo.dto.KeyStorageDTO

public class KeyStorageDTO
extends java.lang.Object

Author:
Hiram Chirino

Field Summary
 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_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 Summary
KeyStorageDTO()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

file

public java.io.File file
Path to where the key store is located.


password

public java.lang.String password
The key store password


key_password

public java.lang.String key_password
The password to the keys in the key store.


store_type

public java.lang.String store_type
The type of key store. If not set, defaults to JKS


trust_algorithm

public java.lang.String trust_algorithm
The trust management algorithm. If not set, defaults to SunX509


key_algorithm

public java.lang.String key_algorithm
The key management algorithm. If not set, defaults to SunX509

Constructor Detail

KeyStorageDTO

public KeyStorageDTO()


Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.