public static enum SSLContextContainer.HARDENED_MODE extends Enum<SSLContextContainer.HARDENED_MODE>
Modifier and Type | Method and Description |
---|---|
static SSLContextContainer.HARDENED_MODE |
getDefault() |
static SSLContextContainer.HARDENED_MODE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SSLContextContainer.HARDENED_MODE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SSLContextContainer.HARDENED_MODE global
public static final SSLContextContainer.HARDENED_MODE relaxed
public static final SSLContextContainer.HARDENED_MODE secure
public static final SSLContextContainer.HARDENED_MODE strict
public static SSLContextContainer.HARDENED_MODE[] values()
for (SSLContextContainer.HARDENED_MODE c : SSLContextContainer.HARDENED_MODE.values()) System.out.println(c);
public static SSLContextContainer.HARDENED_MODE 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 nullpublic static SSLContextContainer.HARDENED_MODE getDefault()
Copyright © 2004–2021 "Tigase, Inc.". All rights reserved.