public static enum PhaseTwoConfigDetails.AuthenticationAlgorithm extends Enum<PhaseTwoConfigDetails.AuthenticationAlgorithm> implements BmcEnum
The authentication algorithm proposed during phase two tunnel negotiation.
Enum Constant and Description |
---|
HmacSha1128 |
HmacSha2256128 |
Modifier and Type | Method and Description |
---|---|
static PhaseTwoConfigDetails.AuthenticationAlgorithm |
create(String key) |
String |
getValue() |
static PhaseTwoConfigDetails.AuthenticationAlgorithm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PhaseTwoConfigDetails.AuthenticationAlgorithm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PhaseTwoConfigDetails.AuthenticationAlgorithm HmacSha2256128
public static final PhaseTwoConfigDetails.AuthenticationAlgorithm HmacSha1128
public static PhaseTwoConfigDetails.AuthenticationAlgorithm[] values()
for (PhaseTwoConfigDetails.AuthenticationAlgorithm c : PhaseTwoConfigDetails.AuthenticationAlgorithm.values()) System.out.println(c);
public static PhaseTwoConfigDetails.AuthenticationAlgorithm 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 PhaseTwoConfigDetails.AuthenticationAlgorithm create(String key)
Copyright © 2016–2024. All rights reserved.