-
public final class WindowsSslConfiguration extends SslConfiguration
-
-
Field Summary
Fields Modifier and Type Field Description private final StringkeyStorePathprivate final StringkeyStorePasswordprivate final StringkeyStoreTypeprivate final StringtrustStorePathprivate final StringtrustStorePasswordprivate final StringtrustStoreTypeprivate final Stringalgorithmprivate final BooleanneedClientAuthprivate final BooleanwantClientAuth
-
Constructor Summary
Constructors Constructor Description WindowsSslConfiguration()
-
Method Summary
Modifier and Type Method Description final StringgetKeyStorePath()final StringgetKeyStorePassword()final StringgetKeyStoreType()final StringgetTrustStorePath()final StringgetTrustStorePassword()final StringgetTrustStoreType()final StringgetAlgorithm()final BooleangetNeedClientAuth()final BooleangetWantClientAuth()-
Methods inherited from class com.github.squirrelgrip.scientist4k.http.core.configuration.WindowsSslConfiguration
keyManagerFactory, keyStore, sslContext, trustManagerFactory, trustStore -
Methods inherited from class com.github.squirrelgrip.scientist4k.http.core.configuration.SslConfiguration
equals, hashCode, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getKeyStorePath
final String getKeyStorePath()
-
getKeyStorePassword
final String getKeyStorePassword()
-
getKeyStoreType
final String getKeyStoreType()
-
getTrustStorePath
final String getTrustStorePath()
-
getTrustStorePassword
final String getTrustStorePassword()
-
getTrustStoreType
final String getTrustStoreType()
-
getAlgorithm
final String getAlgorithm()
-
getNeedClientAuth
final Boolean getNeedClientAuth()
-
getWantClientAuth
final Boolean getWantClientAuth()
-
-
-
-