Class Cert


  • public class Cert
    extends Object
    Certificate metadata
    • Method Detail

      • getIs

        public String getIs()
        Issuer

        Issuer of the DGC (Required)

      • setIs

        public void setIs​(String is)
        Issuer

        Issuer of the DGC (Required)

      • getId

        public String getId()
        Identifier

        Identifier of the DGC, called UVID (V for vaccinations), will maybe be renamed to DGCI? (Required)

      • setId

        public void setId​(String id)
        Identifier

        Identifier of the DGC, called UVID (V for vaccinations), will maybe be renamed to DGCI? (Required)

      • getVf

        public LocalDate getVf()
        valid from

        Certificate valid from (optional for vaccination and testing, viz. annex) (Required)

      • setVf

        public void setVf​(LocalDate vf)
        valid from

        Certificate valid from (optional for vaccination and testing, viz. annex) (Required)

      • getVu

        public LocalDate getVu()
        valid until

        Certificate valid until (optional for vaccination and testing, viz. annex) (Required)

      • setVu

        public void setVu​(LocalDate vu)
        valid until

        Certificate valid until (optional for vaccination and testing, viz. annex) (Required)

      • getCo

        public String getCo()
        Issuing authority country

        Country of the issuing authority (optional for vaccination and testing, viz. annex) (Required)

      • setCo

        public void setCo​(String co)
        Issuing authority country

        Country of the issuing authority (optional for vaccination and testing, viz. annex) (Required)

      • getVr

        public String getVr()
        Schema version

        Version of the schema (optional, viz. annex) (Required)

      • setVr

        public void setVr​(String vr)
        Schema version

        Version of the schema (optional, viz. annex) (Required)

      • getTy

        public String getTy()
        Schema type

        Define schema type for easier detection for applicatione (e.g. smartphone wallets). Can also be used to refer to schemas with less data fields e.g. for privacy issues. (Required)

      • setTy

        public void setTy​(String ty)
        Schema type

        Define schema type for easier detection for applicatione (e.g. smartphone wallets). Can also be used to refer to schemas with less data fields e.g. for privacy issues. (Required)

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object