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

Class PA_PK_AS_REP

scapy/layers/kerberos.py:1486–1493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1484
1485
1486class PA_PK_AS_REP(ASN1_Packet):
1487 ASN1_codec = ASN1_Codecs.BER
1488 ASN1_root = ASN1F_CHOICE(
1489 "rep",
1490 ASN1_STRING(""),
1491 ASN1F_PACKET("dhInfo", DHRepInfo(), DHRepInfo, explicit_tag=0xA0),
1492 ASN1F_PACKET("encKeyPack", EncKeyPack(), EncKeyPack, explicit_tag=0xA1),
1493 )
1494
1495
1496_PADATA_CLASSES[17] = PA_PK_AS_REP

Callers

nothing calls this directly

Calls 5

ASN1F_CHOICEClass · 0.90
ASN1_STRINGClass · 0.90
ASN1F_PACKETClass · 0.90
DHRepInfoClass · 0.85
EncKeyPackClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…