Skip to content

Commit

Permalink
Add message imprint on the Python API.
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkaMaul committed Oct 2, 2024
1 parent a84cca5 commit 89e2598
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/sigstore_tsp/tsp.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,11 @@ def version(self) -> int:
def policy(self) -> ObjectIdentifier:
"""Returns the policy OID."""

@property
@abc.abstractmethod
def message_imprint(self) -> MessageImprint:
"""Returns the Message Imprint."""

@property
@abc.abstractmethod
def serial_number(self) -> int:
Expand Down

0 comments on commit 89e2598

Please sign in to comment.