dart_cose 1.1.3 copy "dart_cose: ^1.1.3" to clipboard
dart_cose: ^1.1.3 copied to clipboard

Partial Dart implementation of COSE, RFC8152. It is used to validate European Digital Green Certificates.

Pub Build status

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);
6
likes
110
points
43
downloads

Publisher

verified publishericapps.com

Weekly Downloads

Partial Dart implementation of COSE, RFC8152. It is used to validate European Digital Green Certificates.

Repository (GitHub)

Documentation

API reference

License

unknown (license)

Dependencies

asn1lib, cbor, crypto, crypto_keys, dart_base45, ninja, x509b

More

Packages that depend on dart_cose