| 1836 | |
| 1837 | |
| 1838 | class LastReqItem(ASN1_Packet): |
| 1839 | ASN1_codec = ASN1_Codecs.BER |
| 1840 | ASN1_root = ASN1F_SEQUENCE( |
| 1841 | Int32("lrType", 0, explicit_tag=0xA0), |
| 1842 | KerberosTime("lrValue", GeneralizedTime(), explicit_tag=0xA1), |
| 1843 | ) |
| 1844 | |
| 1845 | |
| 1846 | EncKDCRepPart = ASN1F_SEQUENCE( |
nothing calls this directly
no test coverage detected
searching dependent graphs…