Class Ahv13Validator

java.lang.Object
ch.tocco.nice2.validate.impl.validators.Ahv13Validator

public abstract class Ahv13Validator extends Object
Algorithm for validating social security numbers.
  • Method Details

    • validate

      public static boolean validate(String socialSecurityNr)
      Validates the social_security_nr regarding it's length, position of dots and calculation of the check digit at the end of the number.