MCPcopy Create free account
hub / github.com/secdev/scapy / ASN1F_X509_DirectoryString

Class ASN1F_X509_DirectoryString

scapy/layers/x509.py:283–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281# Names #
282
283class ASN1F_X509_DirectoryString(ASN1F_CHOICE):
284 # we include ASN1 bit strings and bmp strings for rare instances of x500 addresses
285 def __init__(self, name, default, **kwargs):
286 ASN1F_CHOICE.__init__(self, name, default,
287 ASN1F_PRINTABLE_STRING, ASN1F_UTF8_STRING,
288 ASN1F_IA5_STRING, ASN1F_T61_STRING,
289 ASN1F_UNIVERSAL_STRING, ASN1F_BIT_STRING,
290 ASN1F_BMP_STRING,
291 **kwargs)
292
293
294# More details on attributes in PKCS#9

Callers 2

X509_EDIPartyNameClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…