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

Class CMS_SignedAttrsForSignature

scapy/layers/x509.py:1418–1424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1416# RFC3852 sect 5.4
1417
1418class CMS_SignedAttrsForSignature(ASN1_Packet):
1419 ASN1_codec = ASN1_Codecs.BER
1420 ASN1_root = ASN1F_SET_OF(
1421 "signedAttrs",
1422 None,
1423 X509_Attribute,
1424 )
1425
1426
1427# RFC3852 sect 5.1

Callers 2

signMethod · 0.90
verifyMethod · 0.90

Calls 1

ASN1F_SET_OFClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…