Class UtilityBillEvidence

  • All Implemented Interfaces:
    net.minidev.json.JSONAware

    @Immutable
    public final class UtilityBillEvidence
    extends IdentityEvidence
    Utility bill used as identity evidence.

    Related specifications:

    • OpenID Connect for Identity Assurance 1.0, section 4.1.1.
    • Constructor Detail

      • UtilityBillEvidence

        public UtilityBillEvidence​(String providerName,
                                   Address providerAddress,
                                   SimpleDate date)
        Creates a new utility bill used as identity evidence.
        Parameters:
        providerName - The utility provider name. Must not be null.
        providerAddress - The utility provider address details. Must not be null.
        date - The utility bill date. Must not be null.