public enum PFSGroup extends Enum<PFSGroup>
Enum Constant and Description |
---|
ECP256 |
ECP384 |
None |
PFS1 |
PFS14 |
PFS2 |
PFS2048 |
PFS24 |
PFSMM |
Unrecognized |
Modifier and Type | Method and Description |
---|---|
static PFSGroup |
fromValue(String text) |
static PFSGroup |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PFSGroup[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PFSGroup ECP256
public static final PFSGroup ECP384
public static final PFSGroup PFS1
public static final PFSGroup PFS14
public static final PFSGroup PFS2
public static final PFSGroup PFS2048
public static final PFSGroup PFS24
public static final PFSGroup PFSMM
public static final PFSGroup None
public static final PFSGroup Unrecognized
public static PFSGroup[] values()
for (PFSGroup c : PFSGroup.values()) System.out.println(c);
public static PFSGroup 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 nullCopyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.