| 468 | |
| 469 | |
| 470 | class X509_ExtSubjectDirectoryAttributes(ASN1_Packet): |
| 471 | ASN1_codec = ASN1_Codecs.BER |
| 472 | ASN1_root = ASN1F_SEQUENCE_OF("subjectDirectoryAttributes", |
| 473 | [X509_Attribute()], |
| 474 | X509_Attribute) |
| 475 | |
| 476 | |
| 477 | class X509_ExtSubjectKeyIdentifier(ASN1_Packet): |
nothing calls this directly
no test coverage detected
searching dependent graphs…