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

Class CMS_OriginatorInfo

scapy/layers/x509.py:1557–1576  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1555# RFC3852 sect 6.1
1556
1557class CMS_OriginatorInfo(ASN1_Packet):
1558 ASN1_codec = ASN1_Codecs.BER
1559 ASN1_root = ASN1F_SEQUENCE(
1560 ASN1F_optional(
1561 ASN1F_SET_OF(
1562 "certs",
1563 None,
1564 CMS_CertificateChoices,
1565 implicit_tag=0xA0,
1566 )
1567 ),
1568 ASN1F_optional(
1569 ASN1F_SET_OF(
1570 "crls",
1571 None,
1572 CMS_RevocationInfoChoice,
1573 implicit_tag=0xA1,
1574 )
1575 ),
1576 )
1577
1578
1579class CMS_EncryptedContentInfo(ASN1_Packet):

Callers

nothing calls this directly

Calls 3

ASN1F_SEQUENCEClass · 0.90
ASN1F_optionalClass · 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…