SslConfig.SslConfigScope| Modifier and Type | Method and Description |
|---|---|
void |
close()
Clears all internal state including cached passwords/keys/etc.
|
char[] |
getClientKeyPassword() |
java.lang.String |
getClientKeystoreLocation() |
char[] |
getClientKeystorePassword() |
java.lang.String |
getClientKeystoreType() |
java.lang.String |
getClientTruststoreLocation() |
char[] |
getClientTruststorePassword() |
java.lang.String |
getClientTruststoreType() |
char[] |
getServerKeyPassword() |
java.lang.String |
getServerKeystoreLocation() |
char[] |
getServerKeystorePassword() |
java.lang.String |
getServerKeystoreType() |
java.lang.String |
getServerTruststoreLocation() |
char[] |
getServerTruststorePassword() |
java.lang.String |
getServerTruststoreType() |
public java.lang.String getServerTruststoreLocation()
throws java.lang.SecurityException
getServerTruststoreLocation in interface SslConfigFile path of Server SSL trust store.java.lang.SecurityExceptionpublic char[] getServerTruststorePassword()
throws java.lang.SecurityException
getServerTruststorePassword in interface SslConfignull if no password is configured.java.lang.SecurityExceptionpublic java.lang.String getServerTruststoreType()
throws java.lang.SecurityException
getServerTruststoreType in interface SslConfigjava.lang.SecurityExceptionpublic java.lang.String getServerKeystoreLocation()
throws java.lang.SecurityException
getServerKeystoreLocation in interface SslConfigFile path of Server SSL key store.java.lang.SecurityExceptionpublic char[] getServerKeystorePassword()
throws java.lang.SecurityException
getServerKeystorePassword in interface SslConfignull if no password is configured.java.lang.SecurityExceptionpublic char[] getServerKeyPassword()
getServerKeyPassword in interface SslConfignull if no password is configured.public java.lang.String getServerKeystoreType()
throws java.lang.SecurityException
getServerKeystoreType in interface SslConfigjava.lang.SecurityExceptionpublic java.lang.String getClientTruststoreLocation()
throws java.lang.SecurityException
getClientTruststoreLocation in interface SslConfigFile path of Client SSL trust store.java.lang.SecurityExceptionpublic char[] getClientTruststorePassword()
throws java.lang.SecurityException
getClientTruststorePassword in interface SslConfignull if no password is configured.java.lang.SecurityExceptionpublic java.lang.String getClientTruststoreType()
throws java.lang.SecurityException
getClientTruststoreType in interface SslConfigjava.lang.SecurityExceptionpublic java.lang.String getClientKeystoreLocation()
throws java.lang.SecurityException
getClientKeystoreLocation in interface SslConfigFile path of Client SSL key store.java.lang.SecurityExceptionpublic char[] getClientKeystorePassword()
throws java.lang.SecurityException
getClientKeystorePassword in interface SslConfignull if no password is configured.java.lang.SecurityExceptionpublic char[] getClientKeyPassword()
getClientKeyPassword in interface SslConfignull if no password is configured.public java.lang.String getClientKeystoreType()
throws java.lang.SecurityException
getClientKeystoreType in interface SslConfigjava.lang.SecurityException