Home
last modified time | relevance | path

Searched refs:get_subject (Results 1 – 4 of 4) sorted by relevance

/external/scapy/scapy/layers/
Dx509.py880 def get_subject(self): member in X509_TBSCertificate
889 attrsDict = self.get_subject()
/external/pdfium/fxjs/
Dcjs_document.h109 CJS_Return get_subject(CJS_Runtime* pRuntime);
Dcjs_document.cpp818 CJS_Return Document::get_subject(CJS_Runtime* pRuntime) { in get_subject() function in Document
/external/scapy/scapy/layers/tls/
Dcert.py577 self.subject = tbsCert.get_subject()