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

Class CMS_OtherKeyAttribute

scapy/layers/x509.py:1363–1368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1361# RFC3852 sect 10.2.7
1362
1363class CMS_OtherKeyAttribute(ASN1_Packet):
1364 ASN1_codec = ASN1_Codecs.BER
1365 ASN1_root = ASN1F_SEQUENCE(
1366 ASN1F_OID("keyAttrId", "0"),
1367 ASN1F_field("keyAttr", 0),
1368 )
1369
1370
1371# RFC3852 sect 5.3

Callers 1

Calls 3

ASN1F_SEQUENCEClass · 0.90
ASN1F_OIDClass · 0.90
ASN1F_fieldClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…