com.canoo.webtest.security
Class SecurityConstants

java.lang.Object
  extended by com.canoo.webtest.security.SecurityConstants
Direct Known Subclasses:
AbstractConnectionInitializer

public abstract class SecurityConstants
extends Object

Author:
Carsten Seibert

Field Summary
static String PROPERTY_KEYSTORE_ALIAS
           
static String PROPERTY_KEYSTORE_FILE
           
static String PROPERTY_KEYSTORE_PASSPHRASE
           
static String PROPERTY_TRUSTSTORE_FILE
           
static String PROPERTY_TRUSTSTORE_PASSPHRASE
           
 
Constructor Summary
SecurityConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTY_TRUSTSTORE_FILE

public static final String PROPERTY_TRUSTSTORE_FILE
See Also:
Constant Field Values

PROPERTY_TRUSTSTORE_PASSPHRASE

public static final String PROPERTY_TRUSTSTORE_PASSPHRASE
See Also:
Constant Field Values

PROPERTY_KEYSTORE_PASSPHRASE

public static final String PROPERTY_KEYSTORE_PASSPHRASE
See Also:
Constant Field Values

PROPERTY_KEYSTORE_FILE

public static final String PROPERTY_KEYSTORE_FILE
See Also:
Constant Field Values

PROPERTY_KEYSTORE_ALIAS

public static final String PROPERTY_KEYSTORE_ALIAS
See Also:
Constant Field Values
Constructor Detail

SecurityConstants

public SecurityConstants()

Copyright © 2001-2007 Canoo Engineering AG, Basel. All rights reserved.