Uses of Class
de.xima.fc.e2e.shared.EConnectionEncryption
-
Packages that use EConnectionEncryption Package Description de.xima.fc.e2e.shared -
-
Uses of EConnectionEncryption in de.xima.fc.e2e.shared
Methods in de.xima.fc.e2e.shared that return EConnectionEncryption Modifier and Type Method Description EConnectionEncryption
ImapServerSettings. getEncryption()
EConnectionEncryption
SmtpServerSettings. getEncryption()
static EConnectionEncryption
EConnectionEncryption. valueOf(String name)
Returns the enum constant of this type with the specified name.static EConnectionEncryption
EConnectionEncryption. valueOfOrNull(String string)
static EConnectionEncryption[]
EConnectionEncryption. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.xima.fc.e2e.shared with parameters of type EConnectionEncryption Constructor Description ImapServerSettings(String host, int port, String username, String password, EConnectionEncryption encryption)
SmtpServerSettings(String host, int port, String username, String password, EConnectionEncryption encryption, String sender)
-