Uses of Interface
mireka.pop.TlsConfiguration
-
Packages that use TlsConfiguration Package Description mireka.pop Contains classes for the configuration and connection handling of a POP3 (Post Office Protocol) server. -
-
Uses of TlsConfiguration in mireka.pop
Classes in mireka.pop that implement TlsConfiguration Modifier and Type Class Description classJsseDefaultTlsConfigurationJsseDefaultTlsConfiguration delegates TLS configuration to the system property based JSSE reference implementation configuration.classPrivateTlsConfigurationTlsConfiguration stores configuration data for the TLS extension.Methods in mireka.pop that return TlsConfiguration Modifier and Type Method Description TlsConfigurationPopServer. getTlsConfiguration()Methods in mireka.pop with parameters of type TlsConfiguration Modifier and Type Method Description voidPopServer. setTlsConfiguration(TlsConfiguration tlsExtension)
-