public static enum BrokerSSLConfigV2.CRLType extends java.lang.Enum<BrokerSSLConfigV2.CRLType>
Modifier and Type | Method and Description |
---|---|
static BrokerSSLConfigV2.CRLType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BrokerSSLConfigV2.CRLType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BrokerSSLConfigV2.CRLType PEM
public static final BrokerSSLConfigV2.CRLType DER
public static BrokerSSLConfigV2.CRLType[] values()
for (BrokerSSLConfigV2.CRLType c : BrokerSSLConfigV2.CRLType.values()) System.out.println(c);
public static BrokerSSLConfigV2.CRLType 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 null
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.