Home
last modified time | relevance | path

Searched refs:isIssuerCert (Results 1 – 2 of 2) sorted by relevance

/external/scapy/scapy/layers/tls/
Dcert.py619 def isIssuerCert(self, other): member in Cert
636 return self.isIssuerCert(self)
817 def isIssuerCert(self, other): member in CRL
826 if self.isIssuerCert(a):
874 if c.isIssuerCert(self[-1]):
/external/scapy/test/
Dcert.uts300 = Cert class : Checking isIssuerCert()
390 c0.isIssuerCert(c1) and c1.isIssuerCert(c2) and not c0.isIssuerCert(c2)