AS-REP : 0x6B L1 AS-REP message | +--> 0x30 L2 KDC-REP sequence
243244245246247248249250251252253
} AsRep asRep = asRepContainer.getAsRep(); // Check the encoding int length = asRep.computeLength(); // Check the length assertEquals( 0xAC, length ); // Check the encoding
945946947948949950951952953954955
} AsRep asRep = asRepContainer.getAsRep(); // Check the encoding int length = asRep.computeLength(); // Check the length assertEquals( 0x239, length ); // Check the encoding
242243244245246247248249250251252
132133134135136137138139140141142