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

Class CMS_RecipientEncryptedKey

scapy/layers/x509.py:1510–1521  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1508
1509
1510class CMS_RecipientEncryptedKey(ASN1_Packet):
1511 ASN1_codec = ASN1_Codecs.BER
1512 ASN1_root = ASN1F_SEQUENCE(
1513 ASN1F_PACKET("subjectKeyIdentifier", CMS_SubjectKeyIdentifier(),
1514 CMS_SubjectKeyIdentifier),
1515 ASN1F_optional(
1516 ASN1F_GENERALIZED_TIME("date", ""),
1517 ),
1518 ASN1F_optional(
1519 ASN1F_PACKET("other", CMS_OtherKeyAttribute(), CMS_OtherKeyAttribute),
1520 ),
1521 )
1522
1523
1524class CMS_KeyAgreeRecipientInfo(ASN1_Packet):

Callers

nothing calls this directly

Calls 6

ASN1F_SEQUENCEClass · 0.90
ASN1F_PACKETClass · 0.90
ASN1F_optionalClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…