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

Class CMC_ENROLL_ATTESTATION_STATEMENT

scapy/layers/x509.py:1817–1820  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1815# [MS-WCCE] sect 2.2.2.7.12
1816
1817class CMC_ENROLL_ATTESTATION_STATEMENT(ASN1_Packet):
1818 ASN1_codec = ASN1_Codecs.BER
1819 ASN1_root = ASN1F_STRING_ENCAPS("kas", KeyAttestationStatement(),
1820 KeyAttestationStatement)
1821
1822
1823_X509_ATTRIBUTE_TYPE["1.3.6.1.4.1.311.21.24"] = CMC_ENROLL_ATTESTATION_STATEMENT

Callers

nothing calls this directly

Calls 2

ASN1F_STRING_ENCAPSClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…