336337338339340341342343344345346
} ); stream.flip(); // Allocate a AS-REP Container Asn1Container asRepContainer = new AsRepContainer( stream ); // Decode the AS-REP PDU kerberosDecoder.decode( stream, asRepContainer ); fail(); }