Uses of Class
se.digg.dgc.payload.v1.DGCSchemaException
-
Packages that use DGCSchemaException Package Description se.digg.dgc.payload.v1 Generated Java code for the Digital Covid Certificate schema. -
-
Uses of DGCSchemaException in se.digg.dgc.payload.v1
Methods in se.digg.dgc.payload.v1 that throw DGCSchemaException Modifier and Type Method Description static DigitalCovidCertificateDigitalCovidCertificate. decode(byte[] cbor)Decodes a CBOR encoding to aDigitalCovidCertificate.byte[]DigitalCovidCertificate. encode()Encodes this object to its CBOR byte representation.static DigitalCovidCertificateDigitalCovidCertificate. fromJsonString(String json)Decodes a JSON string into aDigitalCovidCertificate.StringDigitalCovidCertificate. toJSONString()Gets this object as a JSON string.
-