Uses of Class
se.digg.dgc.signatures.cwt.Cwt
- 
Packages that use Cwt Package Description se.digg.dgc.signatures.cose Selected support for CBOR Object Signing and Encryption (COSE), see RFC 8152.se.digg.dgc.signatures.cwt CWT support according to RFC 8392. - 
- 
Uses of Cwt in se.digg.dgc.signatures.cose
Methods in se.digg.dgc.signatures.cose that return Cwt Modifier and Type Method Description CwtCoseSign1_Object. getCwt()A utility method that gets the contents as aCwt. - 
Uses of Cwt in se.digg.dgc.signatures.cwt
Methods in se.digg.dgc.signatures.cwt that return Cwt Modifier and Type Method Description CwtCwt.CwtBuilder. build()Builds the CWT.static CwtCwt. decode(byte[] data)Decodes the supplied data into a Cwt object. 
 -