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 Barcode
BarcodeCreator. create(String contents)
Creates a barcode containing the supplied contents.Barcode
BarcodeCreator. 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 Barcode
DefaultBarcodeCreator. create(String contents)
Creates a barcode containing the supplied contents.Barcode
DefaultBarcodeCreator. 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 Barcode
DGCBarcodeEncoder. 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.Barcode
DGCBarcodeEncoder. 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 Barcode
DefaultDGCBarcodeEncoder. 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.Barcode
DefaultDGCBarcodeEncoder. 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.
-