MCPcopy Create free account
hub / github.com/SecurityInnovation/PGPy / verify

Method verify

pgpy/packet/fields.py:412–413  ·  view source on GitHub ↗
(self, subj, sigbytes, hash_alg)

Source from the content-addressed store, hash-verified

410 return len(self)
411
412 def verify(self, subj, sigbytes, hash_alg):
413 return NotImplemented # pragma: no cover
414
415
416class OpaquePubKey(PubKey): # pragma: no cover

Callers 4

verifyMethod · 0.45
verifyMethod · 0.45
verifyMethod · 0.45
verifyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected