AP-REP : 0x6F L1 AP-REP message | +--> 0x30 L2 | +--> 0xA0 0x03 | | | +--> 0x02 0x01 0x05 pvno | +--> 0xA1 0x03 | | | +--> 0x02 0x01 0x0E msg-type | +--> 0xA2 L3 | +--> 0x30 L3-1 enc-part
106107108109110111112113114115116
} ApRep apRep = apRepContainer.getApRep(); // Check the encoding int length = apRep.computeLength(); // Check the length assertEquals( 0x21, length ); // Check the encoding
110111112113114115116117118119120
} ApRep apRep = ( ApRep ) kerberosMessageContainer.getMessage(); // Check the encoding int length = apRep.computeLength(); // Check the length assertEquals( 0x21, length ); // Check the encoding
93949596979899100101102103
} ApRep apRep = (ApRep)kerberosMessageContainer.getMessage(); // Check the encoding int length = apRep.computeLength(); // Check the length assertEquals( 0x21, length ); // Check the encoding
105106107108109110111112113114115
8889909192939495969798
9293949596979899100101102