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

Class X509_ExtSubjectDirectoryAttributes

scapy/layers/x509.py:470–474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

468
469
470class X509_ExtSubjectDirectoryAttributes(ASN1_Packet):
471 ASN1_codec = ASN1_Codecs.BER
472 ASN1_root = ASN1F_SEQUENCE_OF("subjectDirectoryAttributes",
473 [X509_Attribute()],
474 X509_Attribute)
475
476
477class X509_ExtSubjectKeyIdentifier(ASN1_Packet):

Callers

nothing calls this directly

Calls 2

ASN1F_SEQUENCE_OFClass · 0.90
X509_AttributeClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…