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

Class X509_ExtDistributionPointName

scapy/layers/x509.py:494–497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

492
493
494class X509_ExtDistributionPointName(ASN1_Packet):
495 ASN1_codec = ASN1_Codecs.BER
496 ASN1_root = ASN1F_CHOICE("distributionPointName", None,
497 X509_ExtFullName, X509_ExtNameRelativeToCRLIssuer)
498
499
500_reasons_mapping = ["unused",

Calls 1

ASN1F_CHOICEClass · 0.90

Tested by

no test coverage detected