setTruststoreFileName(String name) Sets the name of the keystore file that holds the trusted CA certificates
used for client certificate authentication.
Gets the name of the keystore file that holds the trusted CA certificates
used for client certificate authentication.
This is relative to the Geronimo home directory.
Gets the format of the entries in the keystore. The default format for
Java keystores is JKS, though some connector implementations support
PCKS12 (and possibly other formats).
Sets a keyAlias if one is being used
Parameters: keyAlias -
setTruststoreFileName
public void setTruststoreFileName(String name)(Code)
Sets the name of the keystore file that holds the trusted CA certificates
used for client certificate authentication.
This is relative to the Geronimo home directory.
setTruststorePassword
public void setTruststorePassword(String password)(Code)
Sets the password used to verify integrity of truststore.
Sets the format of the entries in the keystore. The default format for
Java keystores is JKS, though some connector implementations support
PCKS12 (and possibly other formats).