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

Class X509_AttributeTypeAndValue

scapy/layers/x509.py:336–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334
335
336class X509_AttributeTypeAndValue(ASN1_Packet):
337 ASN1_codec = ASN1_Codecs.BER
338 ASN1_root = ASN1F_SEQUENCE(
339 ASN1F_OID("type", "2.5.4.6"),
340 ASN1F_X509_DirectoryString("value",
341 ASN1_PRINTABLE_STRING("FR")))
342
343
344class X509_RDN(ASN1_Packet):

Callers 2

X509_RDNClass · 0.85
x509.pyFile · 0.85

Calls 4

ASN1F_SEQUENCEClass · 0.90
ASN1F_OIDClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…