Uses of Interface
nl.altindag.ssl.trustmanager.trustoptions.TrustStoreTrustOptions
Packages that use TrustStoreTrustOptions
-
Uses of TrustStoreTrustOptions in nl.altindag.ssl
Methods in nl.altindag.ssl with parameters of type TrustStoreTrustOptionsModifier and TypeMethodDescriptionSSLFactory.Builder.withTrustMaterial(InputStream trustStoreStream, char[] trustStorePassword, String trustStoreType, TrustStoreTrustOptions<? extends CertPathTrustManagerParameters> trustOptions) SSLFactory.Builder.withTrustMaterial(InputStream trustStoreStream, char[] trustStorePassword, TrustStoreTrustOptions<? extends CertPathTrustManagerParameters> trustOptions) SSLFactory.Builder.withTrustMaterial(String trustStorePath, char[] trustStorePassword, String trustStoreType, TrustStoreTrustOptions<? extends CertPathTrustManagerParameters> trustOptions) SSLFactory.Builder.withTrustMaterial(String trustStorePath, char[] trustStorePassword, TrustStoreTrustOptions<? extends CertPathTrustManagerParameters> trustOptions) SSLFactory.Builder.withTrustMaterial(Path trustStorePath, char[] trustStorePassword, String trustStoreType, TrustStoreTrustOptions<? extends CertPathTrustManagerParameters> trustOptions) SSLFactory.Builder.withTrustMaterial(Path trustStorePath, char[] trustStorePassword, TrustStoreTrustOptions<? extends CertPathTrustManagerParameters> trustOptions) SSLFactory.Builder.withTrustMaterial(KeyStore trustStore, TrustStoreTrustOptions<? extends CertPathTrustManagerParameters> trustOptions) <T extends Certificate>
SSLFactory.BuilderSSLFactory.Builder.withTrustMaterial(List<T> certificates, TrustStoreTrustOptions<? extends CertPathTrustManagerParameters> trustOptions) final <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)