Package ch.nevis.mobile.sdk.api.operation.pin
package ch.nevis.mobile.sdk.api.operation.pin
The package containing the interfaces that allow to do PIN related operations:
PIN enrollment and PIN change.
- See Also:
-
ClassDescriptionThe object describing the PIN authenticator protection status.And invalid PIN was provided previously.The authenticator is locked and cannot be used.The authenticator is unlocked and can be used.The object that can be used to change the PIN.The object providing some contextual information during PIN change.The error returned when the PIN change failed.An error that indicates that some form of tampering was found in the application.The android device has no secure lock screen.The PIN was locked because of too many failures.The specified user in
PinChange.username(String)
does not have an enrolled PIN.The PIN change was canceled.The object handling the old and new PIN provided by the end-user.The object in charge of PIN enrollment.The recoverable error that can occur when changing a PIN.The provided PIN has failed the validation done inPinPolicy.validatePinForPinChange(char[], Runnable, Consumer)
.A builder forCustomValidationError
.The provided old PIN is not valid.The provided PIN has characters that are not digits, or its length is not compliant with the minimum and maximum PIN lengths defined inPinPolicy
.The old and new PINs are equal.The object in charge of PIN enrollment.The object providing some contextual information during PIN enrollment.The object that informs that an error occurred during PIN enrollment.The provided PIN has failed the validation done inPinPolicy.validatePinForEnrollment(char[], java.lang.Runnable, ch.nevis.mobile.sdk.api.util.Consumer<ch.nevis.mobile.sdk.api.operation.pin.PinEnrollmentError.CustomValidationError>)
.A builder forCustomValidationError
.The provided PIN has characters that are not digits, or its length is not compliant with the minimum and maximum PIN lengths defined inPinPolicy
.The object handling the PIN to be enrolled.The object defining the minimum and maximum length of the PIN.An object that can be used to build aPinPolicy
that checks for the minimum and maximum PIN length.An object defining thePinPolicy