Uses of Class
se.digg.dgc.encoding.Barcode
-
Packages that use Barcode Package Description se.digg.dgc.encoding Classes for encoding/decoding of Digital Covid Certificates.se.digg.dgc.encoding.impl Implementation for encoding/decoding of Digital Covid Certificates.se.digg.dgc.service Contains top-level interfaces and classes for issuing and validating Digital Covid Certificates.se.digg.dgc.service.impl Implementation classes for the DGC services. -
-
Uses of Barcode in se.digg.dgc.encoding
Methods in se.digg.dgc.encoding that return Barcode Modifier and Type Method Description BarcodeBarcodeCreator. create(String contents)Creates a barcode containing the supplied contents.BarcodeBarcodeCreator. create(String contents, Charset characterSet)Creates a barcode containing the supplied contents which is a string of the given character set. -
Uses of Barcode in se.digg.dgc.encoding.impl
Methods in se.digg.dgc.encoding.impl that return Barcode Modifier and Type Method Description BarcodeDefaultBarcodeCreator. create(String contents)Creates a barcode containing the supplied contents.BarcodeDefaultBarcodeCreator. create(String contents, Charset characterSet)Creates a barcode containing the supplied contents which is a string of the given character set. -
Uses of Barcode in se.digg.dgc.service
Methods in se.digg.dgc.service that return Barcode Modifier and Type Method Description BarcodeDGCBarcodeEncoder. encodeToBarcode(byte[] dcc, Instant expiration)Based on the CBOR encoded DCC payload and a expiration time, the method signs it, deflates it, Base45 encodes it, and finally delivers it as a barcode.BarcodeDGCBarcodeEncoder. encodeToBarcode(DigitalCovidCertificate dcc, Instant expiration)Based on the DCC payload and a expiration time, the method encodes the payload to CBOR, signs it, deflates it, Base45 encodes it, and finally delivers it as a barcode. -
Uses of Barcode in se.digg.dgc.service.impl
Methods in se.digg.dgc.service.impl that return Barcode Modifier and Type Method Description BarcodeDefaultDGCBarcodeEncoder. encodeToBarcode(byte[] dcc, Instant expiration)Based on the CBOR encoded DCC payload and a expiration time, the method signs it, deflates it, Base45 encodes it, and finally delivers it as a barcode.BarcodeDefaultDGCBarcodeEncoder. encodeToBarcode(DigitalCovidCertificate dcc, Instant expiration)Based on the DCC payload and a expiration time, the method encodes the payload to CBOR, signs it, deflates it, Base45 encodes it, and finally delivers it as a barcode.
-