Uses of Interface
se.digg.dgc.encoding.BarcodeCreator
-
Packages that use BarcodeCreator Package Description se.digg.dgc.encoding.impl Implementation for encoding/decoding of Digital Covid Certificates.se.digg.dgc.service.impl Implementation classes for the DGC services. -
-
Uses of BarcodeCreator in se.digg.dgc.encoding.impl
Classes in se.digg.dgc.encoding.impl that implement BarcodeCreator Modifier and Type Class Description class
DefaultBarcodeCreator
A bean implementing theBarcodeCreator
interface using the ZXing library. -
Uses of BarcodeCreator in se.digg.dgc.service.impl
Constructors in se.digg.dgc.service.impl with parameters of type BarcodeCreator Constructor Description DefaultDGCBarcodeEncoder(DGCSigner dgcSigner, BarcodeCreator barcodeCreator)
Constructor.
-