Uses of Class
com.oracle.bmc.identitydomains.model.AuthenticationFactorSettingsTotpSettings.HashingAlgorithm
-
Packages that use AuthenticationFactorSettingsTotpSettings.HashingAlgorithm Package Description com.oracle.bmc.identitydomains.model -
-
Uses of AuthenticationFactorSettingsTotpSettings.HashingAlgorithm in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return AuthenticationFactorSettingsTotpSettings.HashingAlgorithm Modifier and Type Method Description static AuthenticationFactorSettingsTotpSettings.HashingAlgorithmAuthenticationFactorSettingsTotpSettings.HashingAlgorithm. create(String key)AuthenticationFactorSettingsTotpSettings.HashingAlgorithmAuthenticationFactorSettingsTotpSettings. getHashingAlgorithm()The hashing algorithm to be used to calculate a One-Time Passcode.static AuthenticationFactorSettingsTotpSettings.HashingAlgorithmAuthenticationFactorSettingsTotpSettings.HashingAlgorithm. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthenticationFactorSettingsTotpSettings.HashingAlgorithm[]AuthenticationFactorSettingsTotpSettings.HashingAlgorithm. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.identitydomains.model with parameters of type AuthenticationFactorSettingsTotpSettings.HashingAlgorithm Modifier and Type Method Description AuthenticationFactorSettingsTotpSettings.BuilderAuthenticationFactorSettingsTotpSettings.Builder. hashingAlgorithm(AuthenticationFactorSettingsTotpSettings.HashingAlgorithm hashingAlgorithm)The hashing algorithm to be used to calculate a One-Time Passcode.Constructors in com.oracle.bmc.identitydomains.model with parameters of type AuthenticationFactorSettingsTotpSettings.HashingAlgorithm Constructor Description AuthenticationFactorSettingsTotpSettings(AuthenticationFactorSettingsTotpSettings.HashingAlgorithm hashingAlgorithm, Integer passcodeLength, Integer keyRefreshIntervalInDays, Integer timeStepInSecs, Integer timeStepTolerance, Integer smsOtpValidityDurationInMins, Integer jwtValidityDurationInSecs, Integer smsPasscodeLength, Integer emailOtpValidityDurationInMins, Integer emailPasscodeLength)Deprecated.
-