Class SignerIdentifier

java.lang.Object
no.digipost.signature.client.portal.SignerIdentifier

public class SignerIdentifier extends Object
  • Method Details

    • identifiedByPersonalIdentificationNumber

      public static SignerIdentifier identifiedByPersonalIdentificationNumber(String personalIdentificationNumber)
    • identifiedByEmailAddress

      public static SignerIdentifier identifiedByEmailAddress(String emailAddress)
    • identifiedByMobileNumber

      public static SignerIdentifier identifiedByMobileNumber(String mobileNumber)
    • identifiedByEmailAddressAndMobileNumber

      public static SignerIdentifier identifiedByEmailAddressAndMobileNumber(String emailAddress, String mobileNumber)