@StableMinor(version="12.3", sinceVersion="5.6") public static enum IMailConfig.CryptographicProtocol extends Enum<IMailConfig.CryptographicProtocol>
IMailConfig.getCryptographicProtocol()
,
IMailConfig.setCryptographicProtocol(CryptographicProtocol)
Enum Constant and Description |
---|
NONE
No cryptographic protocol being used.
|
SSL
Using SSL protocol.
|
TLS
Using TLS protocol.
|
Modifier and Type | Method and Description |
---|---|
static IMailConfig.CryptographicProtocol |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IMailConfig.CryptographicProtocol[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IMailConfig.CryptographicProtocol NONE
public static final IMailConfig.CryptographicProtocol SSL
public static final IMailConfig.CryptographicProtocol TLS
public static IMailConfig.CryptographicProtocol[] values()
for (IMailConfig.CryptographicProtocol c : IMailConfig.CryptographicProtocol.values()) System.out.println(c);
public static IMailConfig.CryptographicProtocol valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullLumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.