| 1815 | # [MS-WCCE] sect 2.2.2.7.12 |
| 1816 | |
| 1817 | class 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 |
nothing calls this directly
no test coverage detected
searching dependent graphs…