Cryptographic Signature
- CURIE:
gmeow:CryptographicSignature - IRI: https://blackcatinformatics.ca/gmeow/CryptographicSignature
- Category: class
- Defined by:
gmeow:slices/trust - Box roles: TBox role (What is this?)
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
- Source:
slices/core/attestation/examples/software-release.ttl - Examples catalog: open in catalog#example-slices-core-attestation-examples-software-release
ex:sig a gmeow:CryptographicSignature ;
gmeow:signatureAlgorithm "ecdsa-p256" ;
gmeow:signedBy ex:ciSystem .
Common Companion Terms
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
- Use to model a signature over any artifact — a message, document, or headers — asserting its origin and integrity; the generic parent of PGP and S/MIME signatures, signing more than mail.
Avoid when
- Avoid for the key itself (that is
gmeow:CryptographicKey) and for the dated identity↔key attestation (gmeow:Certification); a signature is the signing act's product, not the key or the binding. Use a subclass (gmeow:PGPSignature,gmeow:SMIMESignature) when the scheme is known.
How to use
- Type the signature (or a scheme subclass), bind
gmeow:signingKeyandgmeow:signedBy, recordgmeow:signatureAlgorithmand thegmeow:verificationStatusoutcome, and let an email extension carry the wire-auth half (DKIM, Authentication-Results).
Examples
- ex:sig1 a
gmeow:CryptographicSignature;gmeow:signingKeyex:lillithKey;gmeow:verificationStatus"verified".