-
- All Implemented Interfaces:
public final class SslSettings
-
-
Field Summary
Fields Modifier and Type Field Description private final URLkeyStoreprivate final StringkeyStorePasswordprivate final URLtrustStoreprivate final StringtrustStorePasswordprivate final BooleanclientAuth
-
Method Summary
Modifier and Type Method Description final URLgetKeyStore()final StringgetKeyStorePassword()final URLgetTrustStore()final StringgetTrustStorePassword()final BooleangetClientAuth()-
-
Method Detail
-
getKeyStore
final URL getKeyStore()
-
getKeyStorePassword
final String getKeyStorePassword()
-
getTrustStore
final URL getTrustStore()
-
getTrustStorePassword
final String getTrustStorePassword()
-
getClientAuth
final Boolean getClientAuth()
-
-
-
-