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

Class X509_ExtNoticeReference

scapy/layers/x509.py:696–703  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

694
695
696class X509_ExtNoticeReference(ASN1_Packet):
697 ASN1_codec = ASN1_Codecs.BER
698 ASN1_root = ASN1F_SEQUENCE(
699 ASN1F_CHOICE("organization",
700 ASN1_UTF8_STRING("Dummy Organization"),
701 ASN1F_IA5_STRING, ASN1F_ISO646_STRING,
702 ASN1F_BMP_STRING, ASN1F_UTF8_STRING),
703 ASN1F_SEQUENCE_OF("noticeNumbers", [], ASN1P_INTEGER))
704
705
706class X509_ExtUserNotice(ASN1_Packet):

Callers

nothing calls this directly

Calls 4

ASN1F_SEQUENCEClass · 0.90
ASN1F_CHOICEClass · 0.90
ASN1_UTF8_STRINGClass · 0.90
ASN1F_SEQUENCE_OFClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…