224225226227228229230231232233
0x04, 0x01, 'a' } ); stream.flip(); AuthorizationDataContainer authDataContainer = new AuthorizationDataContainer(); kerberosDecoder.decode( stream, authDataContainer ); fail(); }
248249250251252253254255256257
0x02, 0x01, 0x02 } ); stream.flip(); AuthorizationDataContainer authDataContainer = new AuthorizationDataContainer(); kerberosDecoder.decode( stream, authDataContainer ); fail(); }
273274275276277278279280281282
(byte)0xA1, 0x00 // ad-data } ); stream.flip(); AuthorizationDataContainer authDataContainer = new AuthorizationDataContainer(); kerberosDecoder.decode( stream, authDataContainer ); fail(); }
299300301302303304305306307308
0x04, 0x00 } ); stream.flip(); AuthorizationDataContainer authDataContainer = new AuthorizationDataContainer(); kerberosDecoder.decode( stream, authDataContainer ); fail(); }