Uses of Interface
se.digg.dgc.encoding.BarcodeDecoder
-
Packages that use BarcodeDecoder 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 BarcodeDecoder in se.digg.dgc.encoding.impl
Classes in se.digg.dgc.encoding.impl that implement BarcodeDecoder Modifier and Type Class Description class
DefaultBarcodeDecoder
Default implementation of theBarcodeDecoder
interface using the ZXing library. -
Uses of BarcodeDecoder in se.digg.dgc.service.impl
Constructors in se.digg.dgc.service.impl with parameters of type BarcodeDecoder Constructor Description DefaultDGCBarcodeDecoder(DGCSignatureVerifier dgcSignatureVerifier, CertificateProvider certificateProvider, BarcodeDecoder barcodeDecoder)
Constructor.
-