Uses of Class
net.webpdf.wsclient.session.connection.https.TLSProtocol
-
Packages that use TLSProtocol Package Description net.webpdf.wsclient.session.connection.https -
-
Uses of TLSProtocol in net.webpdf.wsclient.session.connection.https
Methods in net.webpdf.wsclient.session.connection.https that return TLSProtocol Modifier and Type Method Description @NotNull TLSProtocolTLSContext. getTlsProtocol()Returns the selectedTLSProtocol.static TLSProtocolTLSProtocol. valueOf(String name)Returns the enum constant of this type with the specified name.static TLSProtocol[]TLSProtocol. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.webpdf.wsclient.session.connection.https with parameters of type TLSProtocol Constructor Description TLSContext(@NotNull TLSProtocol tlsProtocol, boolean allowSelfSigned)Prepares a fresh theTLSContextfor an HTTPS connection.TLSContext(@NotNull TLSProtocol tlsProtocol, boolean allowSelfSigned, @NotNull File trustStore, @Nullable String trustStorePassword)Prepares a fresh theTLSContextfor an HTTPS connection.
-