dart_cose

Creator: coderz1093

Last updated:

0 purchases

dart_cose Image
dart_cose Images

Languages

Categories

Add to Cart

Description:

dart cose

dart_cose #
A package that can be used to decode and validate a COSE that contains
a European Digital Green Certificate (DGC).
Getting Started #
Import the COSE as binary (List
Example:
final result = Cose.decodeAndVerify(
coseIntList,
{
'kid': '''pem'''
},
);
print(result.errorCode);
print(result.verified);
print(result.payload);
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.