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

Class X509_ExtSubjectKeyIdentifier

scapy/layers/x509.py:477–479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

475
476
477class X509_ExtSubjectKeyIdentifier(ASN1_Packet):
478 ASN1_codec = ASN1_Codecs.BER
479 ASN1_root = ASN1F_STRING("keyIdentifier", "xff" * 20)
480
481
482class X509_ExtFullName(ASN1_Packet):

Callers

nothing calls this directly

Calls 1

ASN1F_STRINGClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…