Uses of Interface
se.digg.dgc.signatures.DGCSigner
-
Packages that use DGCSigner Package Description se.digg.dgc.service.impl Implementation classes for the DGC services.se.digg.dgc.signatures.impl Implementations of the signature support for Digital Covid Certificates. -
-
Uses of DGCSigner in se.digg.dgc.service.impl
Constructors in se.digg.dgc.service.impl with parameters of type DGCSigner Constructor Description DefaultDGCBarcodeEncoder(DGCSigner dgcSigner, BarcodeCreator barcodeCreator)
Constructor.DefaultDGCEncoder(DGCSigner dgcSigner)
Constructor. -
Uses of DGCSigner in se.digg.dgc.signatures.impl
Classes in se.digg.dgc.signatures.impl that implement DGCSigner Modifier and Type Class Description class
DefaultDGCSigner
A bean implementing theDGCSigner
interface.
-