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

Class PA_PK_AS_REQ

scapy/layers/kerberos.py:1276–1296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1274
1275
1276class PA_PK_AS_REQ(ASN1_Packet):
1277 ASN1_codec = ASN1_Codecs.BER
1278 ASN1_root = ASN1F_SEQUENCE(
1279 ASN1F_STRING_ENCAPS(
1280 "signedAuthpack",
1281 CMS_ContentInfo(),
1282 CMS_ContentInfo,
1283 implicit_tag=0x80,
1284 ),
1285 ASN1F_optional(
1286 ASN1F_SEQUENCE_OF(
1287 "trustedCertifiers",
1288 None,
1289 ExternalPrincipalIdentifier,
1290 explicit_tag=0xA1,
1291 ),
1292 ),
1293 ASN1F_optional(
1294 ASN1F_STRING("kdcPkId", "", implicit_tag=0xA2),
1295 ),
1296 )
1297
1298
1299_PADATA_CLASSES[16] = PA_PK_AS_REQ

Callers 1

as_reqMethod · 0.85

Calls 6

ASN1F_SEQUENCEClass · 0.90
ASN1F_STRING_ENCAPSClass · 0.90
CMS_ContentInfoClass · 0.90
ASN1F_optionalClass · 0.90
ASN1F_SEQUENCE_OFClass · 0.90
ASN1F_STRINGClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…