org.apache.xmlrpc.secure

Interface SecurityConstants

public interface SecurityConstants

Field Summary
static StringDEFAULT_KEY_MANAGER_TYPE
Default key manager type.
static StringDEFAULT_KEY_STORE
Default key store location.
static StringDEFAULT_KEY_STORE_PASSWORD
Default key store password.
static StringDEFAULT_KEY_STORE_TYPE
Default key store format.
static StringDEFAULT_PROTOCOL_HANDLER_PACKAGES
Default protocol handler packages.
static StringDEFAULT_SECURITY_PROTOCOL
Default security protocol.
static StringDEFAULT_SECURITY_PROVIDER_CLASS
Default security provider class.
static StringDEFAULT_TRUST_STORE
Default key store location.
static StringDEFAULT_TRUST_STORE_PASSWORD
Default key store password.
static StringDEFAULT_TRUST_STORE_TYPE
Default key store format.
static StringKEY_MANAGER_TYPE
static StringKEY_STORE
static StringKEY_STORE_PASSWORD
static StringKEY_STORE_TYPE
static StringPROTOCOL_HANDLER_PACKAGES
static StringSECURITY_PROTOCOL
static StringSECURITY_PROVIDER_CLASS
static StringTRUST_MANAGER_TYPE
static StringTRUST_STORE
static StringTRUST_STORE_PASSWORD
static StringTRUST_STORE_TYPE

Field Detail

DEFAULT_KEY_MANAGER_TYPE

public static final String DEFAULT_KEY_MANAGER_TYPE
Default key manager type. You probably don't need to override this default.

DEFAULT_KEY_STORE

public static final String DEFAULT_KEY_STORE
Default key store location. This is just for testing, you will want to override this default in a production environment.

DEFAULT_KEY_STORE_PASSWORD

public static final String DEFAULT_KEY_STORE_PASSWORD
Default key store password. This default is only used for testing because the sample key store provided with the Sun JSSE uses this password. Do not use this password in a production server.

DEFAULT_KEY_STORE_TYPE

public static final String DEFAULT_KEY_STORE_TYPE
Default key store format. You probably don't need to override this default.

DEFAULT_PROTOCOL_HANDLER_PACKAGES

public static final String DEFAULT_PROTOCOL_HANDLER_PACKAGES
Default protocol handler packages. Change this if you are using something other than the Sun JSSE.

DEFAULT_SECURITY_PROTOCOL

public static final String DEFAULT_SECURITY_PROTOCOL
Default security protocol. You probably don't need to override this default.

DEFAULT_SECURITY_PROVIDER_CLASS

public static final String DEFAULT_SECURITY_PROVIDER_CLASS
Default security provider class. If you are using something like Cryptix then you would override default with setSecurityProviderClass().

DEFAULT_TRUST_STORE

public static final String DEFAULT_TRUST_STORE
Default key store location. This is just for testing, you will want to override this default in a production environment.

DEFAULT_TRUST_STORE_PASSWORD

public static final String DEFAULT_TRUST_STORE_PASSWORD
Default key store password. This default is only used for testing because the sample key store provided with the Sun JSSE uses this password. Do not use this password in a production server.

DEFAULT_TRUST_STORE_TYPE

public static final String DEFAULT_TRUST_STORE_TYPE
Default key store format. You probably don't need to override this default.

KEY_MANAGER_TYPE

public static final String KEY_MANAGER_TYPE

KEY_STORE

public static final String KEY_STORE

KEY_STORE_PASSWORD

public static final String KEY_STORE_PASSWORD

KEY_STORE_TYPE

public static final String KEY_STORE_TYPE

PROTOCOL_HANDLER_PACKAGES

public static final String PROTOCOL_HANDLER_PACKAGES

SECURITY_PROTOCOL

public static final String SECURITY_PROTOCOL

SECURITY_PROVIDER_CLASS

public static final String SECURITY_PROVIDER_CLASS

TRUST_MANAGER_TYPE

public static final String TRUST_MANAGER_TYPE

TRUST_STORE

public static final String TRUST_STORE

TRUST_STORE_PASSWORD

public static final String TRUST_STORE_PASSWORD

TRUST_STORE_TYPE

public static final String TRUST_STORE_TYPE
Copyright B) 1999-2002 Apache Software Foundation. All Rights Reserved.