MCPcopy Create free account
hub / github.com/secdev/scapy / verify

Method verify

scapy/layers/tls/cert.py:481–482  ·  view source on GitHub ↗
(self, msg, sig, t="pkcs", h="sha256", mgf=None, L=None)

Source from the content-addressed store, hash-verified

479 return _EncryptAndVerifyRSA.encrypt(self, msg, t=t, h=h, mgf=mgf, L=L)
480
481 def verify(self, msg, sig, t="pkcs", h="sha256", mgf=None, L=None):
482 return _EncryptAndVerifyRSA.verify(self, msg, sig, t=t, h=h, mgf=mgf, L=L)
483
484
485class PubKeyECDSA(PubKey):

Callers

nothing calls this directly

Calls 1

verifyMethod · 0.45

Tested by

no test coverage detected