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

Class CMS_OriginatorPublicKey

scapy/layers/x509.py:1484–1491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1482# RFC3852 sect 6.2.2
1483
1484class CMS_OriginatorPublicKey(ASN1_Packet):
1485 ASN1_codec = ASN1_Codecs.BER
1486 ASN1_root = ASN1F_SEQUENCE(
1487 ASN1F_PACKET("algorithm",
1488 X509_AlgorithmIdentifier(),
1489 X509_AlgorithmIdentifier),
1490 ASN1F_BIT_STRING("publicKey", ""),
1491 )
1492
1493
1494class CMS_OriginatorIdentifierOrKey(ASN1_Packet):

Callers 1

Calls 4

ASN1F_SEQUENCEClass · 0.90
ASN1F_PACKETClass · 0.90
ASN1F_BIT_STRINGClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…