Uses of Class
lumis.portal.sendmail.IMailConfig.CryptographicProtocol
-
Packages that use IMailConfig.CryptographicProtocol Package Description lumis.portal.sendmail -
-
Uses of IMailConfig.CryptographicProtocol in lumis.portal.sendmail
Methods in lumis.portal.sendmail that return IMailConfig.CryptographicProtocol Modifier and Type Method Description IMailConfig.CryptographicProtocol
IMailConfig. getCryptographicProtocol()
Returns the cryptographic protocol to be used.static IMailConfig.CryptographicProtocol
IMailConfig.CryptographicProtocol. valueOf(String name)
Returns the enum constant of this type with the specified name.static IMailConfig.CryptographicProtocol[]
IMailConfig.CryptographicProtocol. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in lumis.portal.sendmail with parameters of type IMailConfig.CryptographicProtocol Modifier and Type Method Description void
IMailConfig. setCryptographicProtocol(IMailConfig.CryptographicProtocol protocol)
Sets the cryptographic protocol to be used.
-