Uses of Class
net.anwiba.commons.mail.schema.account.Encryption
-
Packages that use Encryption Package Description net.anwiba.commons.mail.schema.account -
-
Uses of Encryption in net.anwiba.commons.mail.schema.account
Fields in net.anwiba.commons.mail.schema.account declared as Encryption Modifier and Type Field Description protected EncryptionServer. encryptionMethods in net.anwiba.commons.mail.schema.account that return Encryption Modifier and Type Method Description static EncryptionEncryption. fromValue(java.lang.String v)EncryptionServer. getEncryption()Gets the value of the encryption property.static EncryptionEncryption. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Encryption[]Encryption. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.anwiba.commons.mail.schema.account with parameters of type Encryption Modifier and Type Method Description voidServer. setEncryption(Encryption value)Sets the value of the encryption property.
-