247248249250251252253254255256257
} ); stream.flip(); // Allocate a Authenticator Container Asn1Container authenticatorContainer = new AuthenticatorContainer( stream ); // Decode the Authenticator PDU kerberosDecoder.decode( stream, authenticatorContainer ); fail(); }
376377378379380381382383384385386
}); stream.flip(); // Allocate a Authenticator Container Asn1Container authenticatorContainer = new AuthenticatorContainer( stream ); // Decode the Authenticator PDU kerberosDecoder.decode( stream, authenticatorContainer ); fail(); }
478479480481482483484485486487488
ByteBuffer stream = ByteBuffer.allocate( data.length ); stream.put( data ); stream.flip(); // Allocate a Authenticator Container Asn1Container authenticatorContainer = new AuthenticatorContainer( stream ); Asn1Decoder kerberosDecoder = new Asn1Decoder(); // Decode the Ticket PDU try