548549550551552553554555556557
} ); stream.flip(); // Allocate a Ticket Container Asn1Container ticketContainer = new TicketContainer( stream ); // Decode the Ticket PDU kerberosDecoder.decode( stream, ticketContainer ); }
617618619620621622623624625626
688689690691692693694695696697
761762763764765766767768769770
836837838839840841842843844845
6061626364656667686970
} ); stream.flip(); // Allocate a EncKdcRepPart Container Asn1Container encKdcRepPartContainer = new EncKdcRepPartContainer( stream ); // Decode the EncKdcRepPart PDU decoder.decode( stream, encKdcRepPartContainer ); fail(); }
8889909192939495969798
116117118119120121122123124125126
151152153154155156157158159160161
186187188189190191192193194195196