Skip to content

Commit 65c790e

Browse files
committed
Update stubs
1 parent d76d821 commit 65c790e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pysequoia.pyi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,20 @@ class Sig:
7676
def __str__(self, /) -> str: ...
7777
@property
7878
def created(self, /) -> datetime |None: ...
79+
@property
80+
def expiration(self, /) -> datetime |None: ...
7981
@staticmethod
8082
def from_bytes(bytes: bytes) -> Sig: ...
8183
@staticmethod
8284
def from_file(path: str) -> Sig: ...
8385
@property
86+
def issuer_fingerprint(self, /) -> str |None: ...
87+
@property
8488
def issuer_fpr(self, /) -> str |None: ...
89+
@property
90+
def issuer_key_id(self, /) -> str |None: ...
91+
@property
92+
def signers_user_id(self, /) -> str |None: ...
8593

8694
@final
8795
class SignatureMode:

0 commit comments

Comments
 (0)