public static enum AuthenticationFactorSettingsTotpSettings.HashingAlgorithm extends Enum<AuthenticationFactorSettingsTotpSettings.HashingAlgorithm> implements BmcEnum
The hashing algorithm to be used to calculate a One-Time Passcode. By default, the system uses SHA1.
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none
Enum Constant and Description |
---|
Md5 |
Sha1 |
Sha256 |
Sha384 |
Sha512 |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static AuthenticationFactorSettingsTotpSettings.HashingAlgorithm |
create(String key) |
String |
getValue() |
static AuthenticationFactorSettingsTotpSettings.HashingAlgorithm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticationFactorSettingsTotpSettings.HashingAlgorithm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuthenticationFactorSettingsTotpSettings.HashingAlgorithm Sha1
public static final AuthenticationFactorSettingsTotpSettings.HashingAlgorithm Sha256
public static final AuthenticationFactorSettingsTotpSettings.HashingAlgorithm Sha384
public static final AuthenticationFactorSettingsTotpSettings.HashingAlgorithm Sha512
public static final AuthenticationFactorSettingsTotpSettings.HashingAlgorithm Md5
public static final AuthenticationFactorSettingsTotpSettings.HashingAlgorithm UnknownEnumValue
public static AuthenticationFactorSettingsTotpSettings.HashingAlgorithm[] values()
for (AuthenticationFactorSettingsTotpSettings.HashingAlgorithm c : AuthenticationFactorSettingsTotpSettings.HashingAlgorithm.values()) System.out.println(c);
public static AuthenticationFactorSettingsTotpSettings.HashingAlgorithm 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 AuthenticationFactorSettingsTotpSettings.HashingAlgorithm create(String key)
Copyright © 2016–2024. All rights reserved.