Uses of Interface
nl.altindag.ssl.trustmanager.trustoptions.TrustStoreTrustOptions
-
Packages that use TrustStoreTrustOptions Package Description nl.altindag.ssl -
-
Uses of TrustStoreTrustOptions in nl.altindag.ssl
Methods in nl.altindag.ssl with parameters of type TrustStoreTrustOptions Modifier and Type Method Description SSLFactory.BuilderSSLFactory.Builder. withTrustMaterial(InputStream trustStoreStream, char[] trustStorePassword, String trustStoreType, String providerName, TrustStoreTrustOptions<? extends CertPathTrustManagerParameters> trustOptions)SSLFactory.BuilderSSLFactory.Builder. withTrustMaterial(InputStream trustStoreStream, char[] trustStorePassword, String trustStoreType, Provider provider, TrustStoreTrustOptions<? extends CertPathTrustManagerParameters> trustOptions)SSLFactory.BuilderSSLFactory.Builder. withTrustMaterial(InputStream trustStoreStream, char[] trustStorePassword, String trustStoreType, TrustStoreTrustOptions<? extends CertPathTrustManagerParameters> trustOptions)SSLFactory.BuilderSSLFactory.Builder. withTrustMaterial(InputStream trustStoreStream, char[] trustStorePassword, TrustStoreTrustOptions<? extends CertPathTrustManagerParameters> trustOptions)SSLFactory.BuilderSSLFactory.Builder. withTrustMaterial(String trustStorePath, char[] trustStorePassword, String trustStoreType, String providerName, TrustStoreTrustOptions<? extends CertPathTrustManagerParameters> trustOptions)SSLFactory.BuilderSSLFactory.Builder. withTrustMaterial(String trustStorePath, char[] trustStorePassword, String trustStoreType, Provider provider, TrustStoreTrustOptions<? extends CertPathTrustManagerParameters> trustOptions)SSLFactory.BuilderSSLFactory.Builder. withTrustMaterial(String trustStorePath, char[] trustStorePassword, String trustStoreType, TrustStoreTrustOptions<? extends CertPathTrustManagerParameters> trustOptions)SSLFactory.BuilderSSLFactory.Builder. withTrustMaterial(String trustStorePath, char[] trustStorePassword, TrustStoreTrustOptions<? extends CertPathTrustManagerParameters> trustOptions)SSLFactory.BuilderSSLFactory.Builder. withTrustMaterial(Path trustStorePath, char[] trustStorePassword, String trustStoreType, String providerName, TrustStoreTrustOptions<? extends CertPathTrustManagerParameters> trustOptions)SSLFactory.BuilderSSLFactory.Builder. withTrustMaterial(Path trustStorePath, char[] trustStorePassword, String trustStoreType, Provider provider, TrustStoreTrustOptions<? extends CertPathTrustManagerParameters> trustOptions)SSLFactory.BuilderSSLFactory.Builder. withTrustMaterial(Path trustStorePath, char[] trustStorePassword, String trustStoreType, TrustStoreTrustOptions<? extends CertPathTrustManagerParameters> trustOptions)SSLFactory.BuilderSSLFactory.Builder. withTrustMaterial(Path trustStorePath, char[] trustStorePassword, TrustStoreTrustOptions<? extends CertPathTrustManagerParameters> trustOptions)SSLFactory.BuilderSSLFactory.Builder. withTrustMaterial(KeyStore trustStore, TrustStoreTrustOptions<? extends CertPathTrustManagerParameters> trustOptions)<T extends Certificate>
SSLFactory.BuilderSSLFactory.Builder. withTrustMaterial(List<T> certificates, TrustStoreTrustOptions<? extends CertPathTrustManagerParameters> trustOptions)<T extends Certificate>
SSLFactory.BuilderSSLFactory.Builder. withTrustMaterial(T[] certificates, TrustStoreTrustOptions<? extends CertPathTrustManagerParameters> trustOptions)<T extends X509TrustManager>
SSLFactory.BuilderSSLFactory.Builder. withTrustMaterial(T trustManager, TrustStoreTrustOptions<? extends CertPathTrustManagerParameters> trustOptions)
-