public static enum BrokerSSLConfigV2.SSLProtocol extends java.lang.Enum<BrokerSSLConfigV2.SSLProtocol>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
static BrokerSSLConfigV2.SSLProtocol |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BrokerSSLConfigV2.SSLProtocol[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BrokerSSLConfigV2.SSLProtocol SSLv3
public static final BrokerSSLConfigV2.SSLProtocol TLSv1
public static final BrokerSSLConfigV2.SSLProtocol TLSv1_1
public static final BrokerSSLConfigV2.SSLProtocol TLSv1_2
public static final BrokerSSLConfigV2.SSLProtocol ALL
public static BrokerSSLConfigV2.SSLProtocol[] values()
for (BrokerSSLConfigV2.SSLProtocol c : BrokerSSLConfigV2.SSLProtocol.values()) System.out.println(c);
public static BrokerSSLConfigV2.SSLProtocol valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<BrokerSSLConfigV2.SSLProtocol>
Copyright © 2002-2006 webMethods, Inc. Copyright © 2007-2021 Software AG Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.