org.apache.xmlrpc.secure
Interface SecurityConstants
public
interface
SecurityConstants
public static final String DEFAULT_KEY_MANAGER_TYPE
Default key manager type. You probably don't need to
override this default.
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.
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.
public static final String DEFAULT_KEY_STORE_TYPE
Default key store format. You probably don't need to
override this default.
public static final String DEFAULT_PROTOCOL_HANDLER_PACKAGES
Default protocol handler packages. Change this if you
are using something other than the Sun JSSE.
public static final String DEFAULT_SECURITY_PROTOCOL
Default security protocol. You probably don't need to
override this default.
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().
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.
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.
public static final String DEFAULT_TRUST_STORE_TYPE
Default key store format. You probably don't need to
override this default.
public static final String KEY_MANAGER_TYPE
public static final String KEY_STORE
public static final String KEY_STORE_PASSWORD
public static final String KEY_STORE_TYPE
public static final String PROTOCOL_HANDLER_PACKAGES
public static final String SECURITY_PROTOCOL
public static final String SECURITY_PROVIDER_CLASS
public static final String TRUST_MANAGER_TYPE
public static final String TRUST_STORE
public static final String TRUST_STORE_PASSWORD
public static final String TRUST_STORE_TYPE
Copyright B) 1999-2002 Apache Software Foundation. All Rights Reserved.