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

Class X509_Attribute

scapy/layers/x509.py:327–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325
326
327class X509_Attribute(ASN1_Packet):
328 ASN1_codec = ASN1_Codecs.BER
329 ASN1_root = ASN1F_SEQUENCE(
330 ASN1F_OID("type", "2.5.4.6"),
331 ASN1F_SET_OF("values",
332 [X509_AttributeValue()],
333 X509_AttributeValue))
334
335
336class X509_AttributeTypeAndValue(ASN1_Packet):

Callers 3

signMethod · 0.90
CMC_AddAttributesClass · 0.85

Calls 4

ASN1F_SEQUENCEClass · 0.90
ASN1F_OIDClass · 0.90
ASN1F_SET_OFClass · 0.90
X509_AttributeValueClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…