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

Class CMC_TaggedAttribute

scapy/layers/x509.py:1673–1679  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1671# RFC 5272 sect 3.2.1.1
1672
1673class CMC_TaggedAttribute(ASN1_Packet):
1674 ASN1_codec = ASN1_Codecs.BER
1675 ASN1_root = ASN1F_SEQUENCE(
1676 ASN1F_INTEGER("bodyPartID", 0),
1677 ASN1F_OID("type", "0"), # attrType for compat
1678 ASN1F_SET_OF("attrValues", [], X509_AttributeValue),
1679 )
1680
1681
1682# RFC 5272 sect 3.2.1.2.1

Callers

nothing calls this directly

Calls 4

ASN1F_SEQUENCEClass · 0.90
ASN1F_INTEGERClass · 0.90
ASN1F_OIDClass · 0.90
ASN1F_SET_OFClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…