Uses of Class
com.zebra.sdk.comm.TlsConfig
Packages that use TlsConfig
-
Uses of TlsConfig in com.zebra.sdk.comm
Methods in com.zebra.sdk.comm that return TlsConfigModifier and TypeMethodDescriptionstatic TlsConfigTlsConfig.fromCertificateFile(String filePath) Loads a CA certificate from a CRT, CER, or PEM file and creates a TLS configuration that validates against it.TlsConnection.getTlsConfig()Returns the TLS configuration associated with this connection.static TlsConfigTlsConfig.trustAll()Creates a configuration that accepts all TLS certificates without validation.static TlsConfigTlsConfig.trustJavaKeyStore()Creates a configuration that uses the default JVM keystore (cacerts) for certificate validation.Constructors in com.zebra.sdk.comm with parameters of type TlsConfigModifierConstructorDescriptionMultichannelTlsConnection(String ipAddress, int printingPort, int statusPort, TlsConfig tlsConfig) Initializes a new instance of theMultichannelTlsConnectionclass.MultichannelTlsConnection(String ipAddress, int printingPort, int statusPort, TlsConfig tlsConfig, int maxTimeoutForRead, int timeToWaitForMoreData) Initializes a new instance of theMultichannelTlsConnectionclass.MultichannelTlsConnection(String ipAddress, int printingPort, int statusPort, TlsConfig tlsConfig, int printingChannelMaxTimeoutForRead, int printingChannelTimeToWaitForMoreData, int statusChannelMaxTimeoutForRead, int statusChannelTimeToWaitForMoreData) Initializes a new instance of theMultichannelTlsConnectionclass.TlsConnection(String address, int port, TlsConfig tlsConfig) Initializes a new instance of theTlsConnectionclass.TlsConnection(String address, int port, TlsConfig tlsConfig, int maxTimeoutForRead, int timeToWaitForMoreData) Initializes a new instance of theTlsConnectionclass.TlsStatusConnection(String address, int port, TlsConfig tlsConfig) Initializes a new status only instance of theTlsConnectionclass.TlsStatusConnection(String address, int port, TlsConfig tlsConfig, int maxTimeoutForRead, int timeToWaitForMoreData) Initializes a new status only instance of theTlsConnectionclass.TlsStatusConnection(String address, TlsConfig tlsConfig) Initializes a new status only instance of theTlsStatusConnectionclass using the default status port of9243.