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

Class X509_ExtAuthorityKeyIdentifier

scapy/layers/x509.py:455–467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

453# Extensions #
454
455class X509_ExtAuthorityKeyIdentifier(ASN1_Packet):
456 ASN1_codec = ASN1_Codecs.BER
457 ASN1_root = ASN1F_SEQUENCE(
458 ASN1F_optional(
459 ASN1F_STRING("keyIdentifier", b"\xff" * 20,
460 implicit_tag=0x80)),
461 ASN1F_optional(
462 ASN1F_SEQUENCE_OF("authorityCertIssuer", None,
463 X509_GeneralName,
464 implicit_tag=0xa1)),
465 ASN1F_optional(
466 ASN1F_INTEGER("authorityCertSerialNumber", None,
467 implicit_tag=0x82)))
468
469
470class X509_ExtSubjectDirectoryAttributes(ASN1_Packet):

Callers

nothing calls this directly

Calls 5

ASN1F_SEQUENCEClass · 0.90
ASN1F_optionalClass · 0.90
ASN1F_STRINGClass · 0.90
ASN1F_SEQUENCE_OFClass · 0.90
ASN1F_INTEGERClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…