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

Class CMS_EncryptedContentInfo

scapy/layers/x509.py:1579–1590  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1577
1578
1579class CMS_EncryptedContentInfo(ASN1_Packet):
1580 ASN1_codec = ASN1_Codecs.BER
1581 ASN1_root = ASN1F_SEQUENCE(
1582 ASN1F_OID("contentType", "1.2.840.113549.1.7.2"),
1583 ASN1F_PACKET("contentEncryptionAlgorithm",
1584 X509_AlgorithmIdentifier(),
1585 X509_AlgorithmIdentifier),
1586 ASN1F_optional(
1587 ASN1F_STRING("encryptedContent", "",
1588 implicit_tag=0x80),
1589 )
1590 )
1591
1592
1593class CMS_EnvelopedData(ASN1_Packet):

Callers 1

CMS_EnvelopedDataClass · 0.85

Calls 6

ASN1F_SEQUENCEClass · 0.90
ASN1F_OIDClass · 0.90
ASN1F_PACKETClass · 0.90
ASN1F_optionalClass · 0.90
ASN1F_STRINGClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…