| 475 | |
| 476 | |
| 477 | class X509_ExtSubjectKeyIdentifier(ASN1_Packet): |
| 478 | ASN1_codec = ASN1_Codecs.BER |
| 479 | ASN1_root = ASN1F_STRING("keyIdentifier", "xff" * 20) |
| 480 | |
| 481 | |
| 482 | class X509_ExtFullName(ASN1_Packet): |
nothing calls this directly
no test coverage detected
searching dependent graphs…