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

Class X509_ExtUserNotice

scapy/layers/x509.py:706–716  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

704
705
706class X509_ExtUserNotice(ASN1_Packet):
707 ASN1_codec = ASN1_Codecs.BER
708 ASN1_root = ASN1F_SEQUENCE(
709 ASN1F_optional(
710 ASN1F_PACKET("noticeRef", None,
711 X509_ExtNoticeReference)),
712 ASN1F_optional(
713 ASN1F_CHOICE("explicitText",
714 ASN1_UTF8_STRING("Dummy ExplicitText"),
715 ASN1F_IA5_STRING, ASN1F_ISO646_STRING,
716 ASN1F_BMP_STRING, ASN1F_UTF8_STRING)))
717
718
719class X509_ExtPolicyQualifierInfo(ASN1_Packet):

Callers

nothing calls this directly

Calls 5

ASN1F_SEQUENCEClass · 0.90
ASN1F_optionalClass · 0.90
ASN1F_PACKETClass · 0.90
ASN1F_CHOICEClass · 0.90
ASN1_UTF8_STRINGClass · 0.90

Tested by

no test coverage detected