MCPcopy Index your code
hub / github.com/secdev/scapy / X509_ExtComment

Class X509_ExtComment

scapy/layers/x509.py:804–809  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

802
803
804class X509_ExtComment(ASN1_Packet):
805 ASN1_codec = ASN1_Codecs.BER
806 ASN1_root = ASN1F_CHOICE("comment",
807 ASN1_UTF8_STRING("Dummy comment."),
808 ASN1F_IA5_STRING, ASN1F_ISO646_STRING,
809 ASN1F_BMP_STRING, ASN1F_UTF8_STRING)
810
811
812class X509_ExtCertificateTemplateName(ASN1_Packet):

Callers

nothing calls this directly

Calls 2

ASN1F_CHOICEClass · 0.90
ASN1_UTF8_STRINGClass · 0.90

Tested by

no test coverage detected