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

Class CMS_OriginatorIdentifierOrKey

scapy/layers/x509.py:1494–1507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1492
1493
1494class CMS_OriginatorIdentifierOrKey(ASN1_Packet):
1495 ASN1_codec = ASN1_Codecs.BER
1496 ASN1_root = ASN1F_CHOICE(
1497 "originator",
1498 CMS_IssuerAndSerialNumber(),
1499 ASN1F_PACKET("issuerAndSerialNumber", CMS_IssuerAndSerialNumber(),
1500 CMS_IssuerAndSerialNumber),
1501 ASN1F_PACKET("subjectKeyIdentifier", CMS_SubjectKeyIdentifier(),
1502 CMS_SubjectKeyIdentifier,
1503 implicit_tag=0x80),
1504 ASN1F_PACKET("originatorKey", CMS_OriginatorPublicKey(),
1505 CMS_OriginatorPublicKey,
1506 implicit_tag=0xA1),
1507 )
1508
1509
1510class CMS_RecipientEncryptedKey(ASN1_Packet):

Callers 1

Calls 5

ASN1F_CHOICEClass · 0.90
ASN1F_PACKETClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…