public interface SoftGemaltoOathSettings
| Modifier and Type | Method and Description | 
|---|---|
void | 
setMaximumChallengeQuestionLength(int maxChallengeQuestionLength)
Set the maximum challenge question length for a C/R operation. 
 | 
void | 
setOtpLength(int otpLength)
Set the OTP length. 
 | 
void setOtpLength(int otpLength)
otpLength - the OTP length. Allowed values are 6 or 8 digits.java.lang.IllegalArgumentException - when the length is not in allowed values set.void setMaximumChallengeQuestionLength(int maxChallengeQuestionLength)
 See
 GemaltoOathDevice.getOcraEventChallengeResponse(com.gemalto.idp.mobile.authentication.AuthInput, com.gemalto.idp.mobile.core.util.SecureString)
 and
 GemaltoOathDevice.getOcraTimeChallengeResponse(com.gemalto.idp.mobile.authentication.AuthInput, com.gemalto.idp.mobile.core.util.SecureString)
maxChallengeQuestionLength - the maximum challenge length. Allowed values are 6 or 8
            digits.java.lang.IllegalArgumentException - when the length is not in allowed values set.