Uses of Class
com.openindex.openestate.tool.mail.io.ImapReader.CryptMethod
-
Packages that use ImapReader.CryptMethod Package Description com.openindex.openestate.tool.mail.io -
-
Uses of ImapReader.CryptMethod in com.openindex.openestate.tool.mail.io
Methods in com.openindex.openestate.tool.mail.io that return ImapReader.CryptMethod Modifier and Type Method Description ImapReader.CryptMethod
ImapReader. getCryptMethod()
static ImapReader.CryptMethod
ImapReader.CryptMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static ImapReader.CryptMethod[]
ImapReader.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 ImapReader.CryptMethod Modifier and Type Method Description void
ImapReader. setCryptMethod(ImapReader.CryptMethod cryptMethod)
-