Cryptographic Signature

A cryptographic signature over a message or its headers, asserting origin and integrity.

Structure

Subclass of: gmeow:InformationObject

Practical Pattern

Use gmeow:CryptographicSignature as a specialized kind of gmeow:InformationObject. Add statement metadata or a standpoint when the assertion needs provenance, confidence, or vantage.

Example Snippets

These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.

Software Release

ex:sig a gmeow:CryptographicSignature ;
    gmeow:signatureAlgorithm "ecdsa-p256" ;
    gmeow:signedBy           ex:ciSystem .

Common Companion Terms

gmeow:InformationObject

Projects To

Profile External Targets
intoto https

Linkages

Generated from the canonical mapping DSL. SSSOM files are the generated public interchange form for term equivalences.

Projection Coverage

Source Kind Profile Predicate/Relation Target Evidence
gmeow:CryptographicSignature projection intoto projects to / <= https://in-toto.io/Statement/v1#signature gmeow:mapInTotoSignature; confidence 0.6; lossy: signature bytes, algorithm, signed-by identity

Usage Advice

Use when

Avoid when

How to use

Examples