Uses of Class
com.openindex.openestate.tool.mail.io.SmtpWriter.CryptMethod
-
Packages that use SmtpWriter.CryptMethod Package Description com.openindex.openestate.tool.mail.io -
-
Uses of SmtpWriter.CryptMethod in com.openindex.openestate.tool.mail.io
Methods in com.openindex.openestate.tool.mail.io that return SmtpWriter.CryptMethod Modifier and Type Method Description SmtpWriter.CryptMethod
SmtpWriter. getCryptMethod()
static SmtpWriter.CryptMethod
SmtpWriter.CryptMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static SmtpWriter.CryptMethod[]
SmtpWriter.CryptMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openindex.openestate.tool.mail.io with parameters of type SmtpWriter.CryptMethod Modifier and Type Method Description void
SmtpWriter. setCryptMethod(SmtpWriter.CryptMethod cryptMethod)
-