| 1361 | # RFC3852 sect 10.2.7 |
| 1362 | |
| 1363 | class CMS_OtherKeyAttribute(ASN1_Packet): |
| 1364 | ASN1_codec = ASN1_Codecs.BER |
| 1365 | ASN1_root = ASN1F_SEQUENCE( |
| 1366 | ASN1F_OID("keyAttrId", "0"), |
| 1367 | ASN1F_field("keyAttr", 0), |
| 1368 | ) |
| 1369 | |
| 1370 | |
| 1371 | # RFC3852 sect 5.3 |
no test coverage detected
searching dependent graphs…