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